Legacy octal escapes should not be allowed in template strings (#4227)

JerryScript-DCO-1.0-Signed-off-by: Dániel Bátyai daniel.batyai@h-lab.eu
This commit is contained in:
Dániel Bátyai
2020-09-25 10:14:28 +02:00
committed by GitHub
parent 43e03a1ac6
commit 629a0e51c4
5 changed files with 16 additions and 2 deletions
-1
View File
@@ -311,7 +311,6 @@
<test id="language/expressions/tagged-template/cache-identical-source-eval.js"><reason></reason></test>
<test id="language/expressions/tagged-template/cache-identical-source.js"><reason></reason></test>
<test id="language/expressions/tagged-template/cache-identical-source-new-function.js"><reason></reason></test>
<test id="language/expressions/template-literal/invalid-legacy-octal-escape-sequence.js"><reason></reason></test>
<test id="language/line-terminators/S7.3_A2.3.js"><reason>No longer a SyntaxError in ES11</reason></test>
<test id="language/line-terminators/S7.3_A2.4.js"><reason>No longer a SyntaxError in ES11</reason></test>
<test id="language/literals/string/7.8.4-1-s.js"><reason></reason></test>