From 91a3e0402f2a8bc3e7c5d72b8868290421e09822 Mon Sep 17 00:00:00 2001 From: Waseem Daher Date: Fri, 15 Feb 2013 12:14:59 -0500 Subject: [PATCH] Update test (again) to match new '>' delimiter. It looks like there was a stray | in the tests. (imported from commit 991c35988daa1d6dbf268f8334f28ab69e222eb4) --- zephyr/tests/frontend/tests/site.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zephyr/tests/frontend/tests/site.js b/zephyr/tests/frontend/tests/site.js index fc88341762..e7e49bf233 100644 --- a/zephyr/tests/frontend/tests/site.js +++ b/zephyr/tests/frontend/tests/site.js @@ -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'); });