aboutsummaryrefslogtreecommitdiff
path: root/tests/07-end-of-line.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/07-end-of-line.sh')
-rw-r--r--tests/07-end-of-line.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/07-end-of-line.sh b/tests/07-end-of-line.sh
new file mode 100644
index 0000000..4a1e05d
--- /dev/null
+++ b/tests/07-end-of-line.sh
@@ -0,0 +1,3 @@
+# $ matches end of line
+# Example: bp -p '"x" $' matches lines ending with "x"
+bp -p '"foo" $'