Skip to content

Commit 5be26bd

Browse files
committed
Test of character classes graph, xdigit, and print
1 parent 3190d60 commit 5be26bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/cases/basic3.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,3 +140,6 @@
140140
144 .*(/000).* /000 (0,4)(0,4)
141141
145 .*(\\000).* \000 (0,4)(0,4)
142142
146 \\000 \000 (0,4)
143+
147 [[:graph:]]+ !#}~ (0,4)
144+
148 [[:xdigit:]]+ dE4db3eF (0,8)
145+
149 [[:print:]]+ !#}~ (0,4)

0 commit comments

Comments
 (0)