aboutsummaryrefslogtreecommitdiff
path: root/tests/23-nested-parens.sh
blob: 1bf872edfc50c67d898981edce49e7dc40907729 (plain)
1
2
3
# parens is a pattern matching nested parentheses
# Example: bp -p '"foo" parens' matches "foo()" or "foo(baz(), qux())", but not "foo(()"
bp -p 'id parens `;'