bp/tests/23-nested-parens.sh
2021-08-28 14:26:32 -07:00

4 lines
160 B
Bash

# 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 `;'