Commit 3af5af1a authored by Florian Apolloner's avatar Florian Apolloner
Browse files

Fixed remaining test failure in jslex tests.

parent 2ccbaba1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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");
        """