aboutsummaryrefslogtreecommitdiff
path: root/tests/4-sequence.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/4-sequence.sh')
-rw-r--r--tests/4-sequence.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/4-sequence.sh b/tests/4-sequence.sh
deleted file mode 100644
index dc61eeb..0000000
--- a/tests/4-sequence.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-# Multiple patterns in a row represent a sequence.
-# bp pattern syntax mostly doesn't care about whitespace, so you can have
-# spaces between patterns if you want, but it's not required.
-# Example: bp -p '"foo" `0-9' matches "foo1", "foo2", etc.
-bp -p '"one" "two"'