diff options
Diffstat (limited to 'tests/22-replace.sh')
| -rw-r--r-- | tests/22-replace.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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" => "$"' |
