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:
Ruben Ayrapetyan
2015-05-27 20:33:29 +03:00
parent 7025f97fdd
commit 8b28cac99e
9 changed files with 656 additions and 354 deletions
+6 -3
View File
@@ -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