diff options
Diffstat (limited to 'tests/02-char.sh')
| -rw-r--r-- | tests/02-char.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/02-char.sh b/tests/02-char.sh new file mode 100644 index 0000000..e630e45 --- /dev/null +++ b/tests/02-char.sh @@ -0,0 +1,3 @@ +# Match a single character with backtick: +# Example: bp -p '`A' matches the letter "A" +bp -p '`x' |
