bp/tests/8-spaces.sh
2021-08-28 14:26:32 -07:00

4 lines
141 B
Bash

# The _ pattern matches zero or more spaces/tabs
# Example: bp -p '`= _ "foo"' matches "=foo", "= foo", "= foo", etc.
bp -p '"one" _ "two"'