Home
last modified time | relevance | path

Searched refs:re_test (Results 1 - 1 of 1) sorted by relevance

/third_party/jerryscript/tests/jerry/
H A Dregression-test-issue-962.js15 function re_test (pattern, string, expected) function
20 re_test("[\\u0020]", "u", null);
21 re_test("[\\u0020]", " ", " ");
22 re_test("[\\u0020]", "x", null);
24 re_test("[\\x20]", "u", null);
25 re_test("[\\x20]", " ", " ");
26 re_test("[\\x20]", "x", null);

Completed in 1 milliseconds