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/22-replace.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/22-replace.sh (limited to 'tests/22-replace.sh') diff --git a/tests/22-replace.sh b/tests/22-replace.sh new file mode 100644 index 0000000..cd48850 --- /dev/null +++ b/tests/22-replace.sh @@ -0,0 +1,3 @@ +# Replacements can be done with pat => "replacement" +# Example: bp -p '"foo" => "baz"' matches "foobar" and replaces it with "bazbar" +bp -p '"s" => "$"' -- cgit v1.2.3