diff options
Diffstat (limited to 'tests/1-literal.sh')
| -rw-r--r-- | tests/1-literal.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/1-literal.sh b/tests/1-literal.sh new file mode 100644 index 0000000..618dc4b --- /dev/null +++ b/tests/1-literal.sh @@ -0,0 +1,3 @@ +# Use double quotation marks to match literal strings +# Example: bp -p '"baz"' +bp -p '"foo"' |
