summaryrefslogtreecommitdiff
path: root/testdata/testoutput7
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/testoutput7')
-rw-r--r--testdata/testoutput727
1 files changed, 27 insertions, 0 deletions
diff --git a/testdata/testoutput7 b/testdata/testoutput7
index 8fbb8e9..a05b381 100644
--- a/testdata/testoutput7
+++ b/testdata/testoutput7
@@ -2321,4 +2321,31 @@ Need char = 'c' (caseless)
123
No match
+/a[[:punct:]b]/WBZ
+------------------------------------------------------------------
+ Bra
+ a
+ [b[:punct:]]
+ Ket
+ End
+------------------------------------------------------------------
+
+/a[[:punct:]b]/8WBZ
+------------------------------------------------------------------
+ Bra
+ a
+ [b[:punct:]]
+ Ket
+ End
+------------------------------------------------------------------
+
+/a[b[:punct:]]/8WBZ
+------------------------------------------------------------------
+ Bra
+ a
+ [b[:punct:]]
+ Ket
+ End
+------------------------------------------------------------------
+
/-- End of testinput7 --/