Implement JSON superset (#4099)

JSON strings can contain unescaped LINE SEPARATOR and PARAGRAPH SEPARATOR in ES11

JerryScript-DCO-1.0-Signed-off-by: Adam Szilagyi aszilagy@inf.u-szeged.hu
This commit is contained in:
Szilagyi Adam
2020-08-04 16:56:08 +02:00
committed by GitHub
parent 621a5ddb8f
commit 019dd03fcc
5 changed files with 57 additions and 14 deletions
-4
View File
@@ -6979,10 +6979,6 @@
<test id="language/literals/numeric/numeric-separators/numeric-separator-literal-sign-plus-dds-nsl-dd.js"><reason></reason></test>
<test id="language/literals/regexp/named-groups/forward-reference.js"><reason></reason></test>
<test id="language/literals/string/legacy-octal-escape-sequence-prologue-strict.js"><reason></reason></test>
<test id="language/literals/string/line-separator-eval.js"><reason></reason></test>
<test id="language/literals/string/line-separator.js"><reason></reason></test>
<test id="language/literals/string/paragraph-separator-eval.js"><reason></reason></test>
<test id="language/literals/string/paragraph-separator.js"><reason></reason></test>
<test id="language/module-code/early-export-global.js"><reason></reason></test>
<test id="language/module-code/early-export-unresolvable.js"><reason></reason></test>
<test id="language/module-code/early-strict-mode.js"><reason></reason></test>