From 16bf40bd649ba065a7a0a6008c8434335ffae55a Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 28 Aug 2021 14:26:32 -0700 Subject: Added tests/tutorial --- tests/10-words.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/10-words.sh (limited to 'tests/10-words.sh') 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\|' -- cgit v1.2.3