Update test (again) to match new '>' delimiter.

It looks like there was a stray | in the tests.

(imported from commit 991c35988daa1d6dbf268f8334f28ab69e222eb4)
This commit is contained in:
Waseem Daher 2013-02-15 12:14:59 -05:00
parent 49328c2551
commit 91a3e0402f
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ casper.then(function () {
msg.headings.forEach(function (heading) {
casper.test.assertMatch(normalize_spaces(heading),
/(^You and )|( \| )/,
/(^You and )|( > )/,
'Heading is well-formed');
});