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