summaryrefslogtreecommitdiff
path: root/testdata/testinput21
blob: 1d1fbedf0ac053bc137565248a8624ca4154631d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# These are tests of \C that do not involve UTF. They are not run when \C is
# disabled by compiling with --enable-never-backslash-C.

/\C+\D \C+\d \C+\S \C+\s \C+\W \C+\w \C+. \C+\R \C+\H \C+\h \C+\V \C+\v \C+\Z \C+\z \C+$/Bx

/\D+\C \d+\C \S+\C \s+\C \W+\C \w+\C .+\C \R+\C \H+\C \h+\C \V+\C \v+\C a+\C \n+\C \C+\C/Bx

/ab\Cde/never_backslash_c

/ab\Cde/info
    abXde
    
/(?<=ab\Cde)X/
    abZdeX

# End of testinput21