This commit is contained in:
viclm 2016-03-09 21:08:04 +08:00
parent 0976a7ca2c
commit b5981e169b

View File

@ -0,0 +1,8 @@
parenthesis_strings_in_parenthesis: {
input: {
('(');
a(')');
}
expect_exact: '"(";a(")");'
}