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