Fixed remaining test failure in jslex tests.

This commit is contained in:
Florian Apolloner 2014-10-15 17:36:19 +02:00
parent 2ccbaba1f2
commit 3af5af1a61
1 changed files with 2 additions and 2 deletions

View File

@ -198,8 +198,8 @@ GETTEXT_CASES = (
for (var x = a in foo && "</x>" || mot ? z/x:3;x<5;y<"REGEX") {xyz(x++);}
"""
), (
r"""
\u1234xyz = gettext('Hello there');
"""
\\u1234xyz = gettext('Hello there');
""", r"""
Uu1234xyz = gettext("Hello there");
"""