From f33e2e1ec9aef252952565644f6ebe02065f1943 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 9 Apr 2022 14:24:06 -0400 Subject: Added leading zeroes --- tests/08-spaces.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/08-spaces.sh (limited to 'tests/08-spaces.sh') 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"' -- cgit v1.2.3