Fix parsing of string literals which contain zero character.
JerryScript-DCO-1.0-Signed-off-by: Andrey Shitov a.shitov@samsung.com
This commit is contained in:
@@ -18,3 +18,5 @@ try {
|
||||
catch (e) {
|
||||
assert (false);
|
||||
}
|
||||
|
||||
assert ("x\0y" !== "x\0z");
|
||||
|
||||
Reference in New Issue
Block a user