mirror of
https://github.com/shivammathur/setup-php.git
synced 2026-01-16 14:26:22 +07:00
Improve code quality and write tests
This commit is contained in:
2
node_modules/@babel/plugin-transform-dotall-regex/test/fixtures/dotall-regex/with-unicode-flag/input.js
generated
vendored
Normal file
2
node_modules/@babel/plugin-transform-dotall-regex/test/fixtures/dotall-regex/with-unicode-flag/input.js
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
var a = /./u;
|
||||
var b = /./su;
|
||||
2
node_modules/@babel/plugin-transform-dotall-regex/test/fixtures/dotall-regex/with-unicode-flag/output.js
generated
vendored
Normal file
2
node_modules/@babel/plugin-transform-dotall-regex/test/fixtures/dotall-regex/with-unicode-flag/output.js
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
var a = /./u;
|
||||
var b = /[\0-\u{10FFFF}]/u;
|
||||
Reference in New Issue
Block a user