fix(learn): Added another test to check for invalid characters (#41144)
This commit is contained in:
@ -98,6 +98,12 @@ Your regex should match `AB1`
|
|||||||
assert(userCheck.test('AB1'));
|
assert(userCheck.test('AB1'));
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Your regex should not match `J%4`
|
||||||
|
|
||||||
|
```js
|
||||||
|
assert(!userCheck.test('J%4'))
|
||||||
|
```
|
||||||
|
|
||||||
# --seed--
|
# --seed--
|
||||||
|
|
||||||
## --seed-contents--
|
## --seed-contents--
|
||||||
|
Reference in New Issue
Block a user