зеркало из https://github.com/mozilla/pjs.git
Fixed off by one error and expected output text.
This commit is contained in:
Родитель
d1f12ae485
Коммит
bddae3b849
|
@ -36,8 +36,8 @@
|
|||
"/.\\1/",
|
||||
"HI!" + String.fromCharCode(1),
|
||||
"HI!+ String.fromCharCode(1)",
|
||||
1,
|
||||
["!1"] );
|
||||
2,
|
||||
["!\1"] );
|
||||
|
||||
// backreference
|
||||
AddRegExpCases( /(.)\041/, "/(.)\\041/", "HI!", "HI!", 1, ["I!", "I"] );
|
||||
|
|
Загрузка…
Ссылка в новой задаче