aboutsummaryrefslogtreecommitdiff
path: root/tests/8-spaces.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/8-spaces.sh')
-rw-r--r--tests/8-spaces.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/8-spaces.sh b/tests/8-spaces.sh
new file mode 100644
index 0000000..cc16d96
--- /dev/null
+++ b/tests/8-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"'