mirror of https://github.com/tc39/test262.git
Replace "\b" with "\u0008"
This commit is contained in:
parent
2377131fd7
commit
8dccb69cc0
|
@ -16,5 +16,5 @@ info: |
|
|||
1. Return the code point value of U+0008 (BACKSPACE).
|
||||
---*/
|
||||
|
||||
assert(/[\b]/u.test('\b'));
|
||||
assert(/[\b]/u.test('\u0008'));
|
||||
assert(/[\b-A]/u.test('A'));
|
||||
|
|
Loading…
Reference in New Issue