summaryrefslogtreecommitdiff
path: root/test/regrange.ok
blob: ae8c649954d8d3336590faecc2bd68ad56dae983 (plain)
1
2
3
4
5
6
"." ~ /[--\/]/ --> 1
"a" ~ /[]-c]/ --> 1
"c" ~ /[[a-d]/ --> 1
"\" ~ /[\[-\]]/ --> 1
"[.c.]" ~ /[a-[.e.]]/ --> 1
"[.d.]" ~ /[[.c.]-[.z.]]/ --> 1