diff options
Diffstat (limited to 'tests/10-words.sh')
| -rw-r--r-- | tests/10-words.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/10-words.sh b/tests/10-words.sh new file mode 100644 index 0000000..c5f5193 --- /dev/null +++ b/tests/10-words.sh @@ -0,0 +1,3 @@ +# The | operator matches word edges +# Example: bp -p '|"baz"|' matches the word "baz" +bp '\|foo\|' |
