* chore: update test fixtures * chore: test against regexpu-core 4.6.0 * chore: bump regexpu-core dependency
3 lines
31 B
JavaScript
3 lines
31 B
JavaScript
var a = /./;
|
|
var b = /[\s\S]/;
|