aboutsummaryrefslogtreecommitdiff
path: root/tests/3-char-range.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/3-char-range.sh')
-rw-r--r--tests/3-char-range.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/3-char-range.sh b/tests/3-char-range.sh
new file mode 100644
index 0000000..7904466
--- /dev/null
+++ b/tests/3-char-range.sh
@@ -0,0 +1,3 @@
+# Character sets and ranges work with backticks
+# Example: bp -p '`a-z,A-Z' matches all lowercase and uppercase letters
+bp -p '`0-9,a-f'