mirror of
https://github.com/tc39/test262.git
synced 2025-07-23 22:15:24 +02:00
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…
x
Reference in New Issue
Block a user