| Index: test/lexer/cornercases/strings-and-identifiers-with-escapes.js
|
| diff --git a/test/lexer/cornercases/strings-and-identifiers-with-escapes.js b/test/lexer/cornercases/strings-and-identifiers-with-escapes.js
|
| index dac6bf705140959ea3dd0747cf41d9f6c884a143..d4d28bf869fcc0485d2ecd60275d664bb5644760 100644
|
| --- a/test/lexer/cornercases/strings-and-identifiers-with-escapes.js
|
| +++ b/test/lexer/cornercases/strings-and-identifiers-with-escapes.js
|
| @@ -28,6 +28,6 @@
|
| "this is a normal string"
|
| "this is a string with an \xaa escape"
|
| "this \u00ab too"
|
| -"and \n this\t"
|
| +"and \n this \t\000"
|
|
|
| -identifierwith\u26aaescape
|
| +identifier\u1118oo
|
|
|