diff options
Diffstat (limited to 'tests/08-spaces.sh')
| -rw-r--r-- | tests/08-spaces.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/08-spaces.sh b/tests/08-spaces.sh new file mode 100644 index 0000000..cc16d96 --- /dev/null +++ b/tests/08-spaces.sh @@ -0,0 +1,3 @@ +# The _ pattern matches zero or more spaces/tabs +# Example: bp -p '`= _ "foo"' matches "=foo", "= foo", "= foo", etc. +bp -p '"one" _ "two"' |
