summaryrefslogtreecommitdiffstats
path: root/tests/auto/xmlpatterns/stderrBaselines/PrintalistofavailableregexpflagsTheavailableflagsareformattedinacomplexway..txt
blob: 9f09298df3939be0257629abc94b67effa529a16 (plain)
1
2
3
4
5
Error FORX0001 in file:///home/fenglich/dev/qt-xslt/tests/auto/xmlpatterns/queries/invalidRegexpFlag.xq, at line 1, column 1: I is an invalid flag for regular expressions. Valid flags are:
x - Whitespace characters are removed, except when they appear in character classes
i - Matches are case insensitive
m - ^ and $ match the start and end of a line.
s - . matches newline characters