Implementing escape sequences support with the exception of "\0" ("<NUL>") character and cases that depend on Unicode support.
JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan r.ayrapetyan@samsung.com
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
> Escape sequences
|
||||
./tests/jerry-test-suite/06/06-001.js
|
||||
./tests/jerry-test-suite/08/08.04/08.04-017.js
|
||||
> Escape sequences (<NUL> character case)
|
||||
./tests/jerry-test-suite/08/08.04/08.04-002.js
|
||||
./tests/jerry-test-suite/12/12.05/12.05-006.js
|
||||
|
||||
> Unicode
|
||||
./tests/jerry-test-suite/06/06-005.js
|
||||
|
||||
> Regular expressions
|
||||
./tests/jerry-test-suite/07/07.08/07.08.05/07.08.05-001.js
|
||||
|
||||
Reference in New Issue
Block a user