aboutsummaryrefslogtreecommitdiff
path: root/tests/9-ellipsis.sh
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2022-04-09 14:24:06 -0400
committerBruce Hill <bruce@bruce-hill.com>2022-04-09 14:24:06 -0400
commitf33e2e1ec9aef252952565644f6ebe02065f1943 (patch)
tree80af7346b480d9e860e865fe63bc713ba1514b37 /tests/9-ellipsis.sh
parent49dddd713ef2cb390edfeddb5cb7b0fe507fafb5 (diff)
Added leading zeroes
Diffstat (limited to 'tests/9-ellipsis.sh')
-rw-r--r--tests/9-ellipsis.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/9-ellipsis.sh b/tests/9-ellipsis.sh
deleted file mode 100644
index 0763fd1..0000000
--- a/tests/9-ellipsis.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-# The ellipsis matches text upto the following pattern, not counting newlines
-# Example: bp -p '"/*" .. "*/"' matches "/* blah blah */" or "/**/"
-bp -p '"hello" .. "world"'