add test
This commit is contained in:
parent
0976a7ca2c
commit
b5981e169b
8
test/compress/issue-1001.js
Normal file
8
test/compress/issue-1001.js
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
parenthesis_strings_in_parenthesis: {
|
||||
input: {
|
||||
('(');
|
||||
a(')');
|
||||
|
||||
}
|
||||
expect_exact: '"(";a(")");'
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user