aboutsummaryrefslogtreecommitdiff
path: root/tests/08-spaces.sh
blob: cc16d961c8c0a6d485fc2c92ba38b8698c1bea19 (plain)
1
2
3
# The _ pattern matches zero or more spaces/tabs
# Example: bp -p '`= _ "foo"' matches "=foo", "= foo", "=  foo", etc.
bp -p '"one" _ "two"'