mirror of
https://github.com/github/codeql.git
synced 2026-07-23 12:12:05 +02:00
785 lines
39 KiB
Plaintext
785 lines
39 KiB
Plaintext
groupName
|
|
| test.cpp:170:20:170:29 | (?<id>\\w+) | id |
|
|
| test.cpp:171:20:171:35 | (?<first>[a-z]+) | first |
|
|
| test.cpp:171:36:171:52 | (?<second>[0-9]+) | second |
|
|
| test.cpp:176:20:176:29 | (?<qux>q+) | qux |
|
|
groupNumber
|
|
| test.cpp:163:20:163:24 | (foo) | 1 |
|
|
| test.cpp:164:22:164:27 | (o\|b+) | 1 |
|
|
| test.cpp:165:20:165:27 | (a\|b\|cd) | 1 |
|
|
| test.cpp:170:20:170:29 | (?<id>\\w+) | 1 |
|
|
| test.cpp:171:20:171:35 | (?<first>[a-z]+) | 1 |
|
|
| test.cpp:171:36:171:52 | (?<second>[0-9]+) | 2 |
|
|
| test.cpp:175:20:175:23 | (a+) | 1 |
|
|
| test.cpp:176:20:176:29 | (?<qux>q+) | 1 |
|
|
| test.cpp:187:20:187:23 | (a+) | 1 |
|
|
| test.cpp:188:20:188:23 | (a*) | 1 |
|
|
| test.cpp:189:20:189:30 | ([a-zA-Z]+) | 1 |
|
|
| test.cpp:194:20:194:31 | (https?\|ftp) | 1 |
|
|
| test.cpp:209:19:209:22 | (a+) | 1 |
|
|
| test.cpp:249:20:249:25 | \\(ab\\) | 1 |
|
|
| test.cpp:265:21:265:25 | \\(a\\) | 1 |
|
|
| test.cpp:271:21:271:35 | \\([[:alpha:]]\\) | 1 |
|
|
| test.cpp:275:21:275:26 | \\(a*\\) | 1 |
|
|
| test.cpp:299:20:299:28 | (foo\|bar) | 1 |
|
|
| test.cpp:303:20:303:24 | (x\|y) | 1 |
|
|
| test.cpp:309:20:309:27 | ([a-z]+) | 1 |
|
|
| test.cpp:361:19:361:32 | ([[:alpha:]]+) | 1 |
|
|
| test.cpp:415:21:415:58 | ([[:alpha:]]+[[:digit:]]*[[:space:]]?) | 1 |
|
|
| test.cpp:415:60:415:85 | ([[:punct:]]\|[[:xdigit:]]) | 2 |
|
|
| test.cpp:438:24:438:31 | ([,\\w]+) | 1 |
|
|
term
|
|
| test.cpp:133:20:133:20 | a | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:133:20:133:21 | a* | RegExpStar |
|
|
| test.cpp:133:20:133:26 | a*b+c?d | RegExpSequence |
|
|
| test.cpp:133:22:133:22 | b | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:133:22:133:23 | b+ | RegExpPlus |
|
|
| test.cpp:133:24:133:24 | c | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:133:24:133:25 | c? | RegExpOpt |
|
|
| test.cpp:133:26:133:26 | d | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:134:20:134:20 | a | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:134:20:134:25 | a{4,8} | RegExpRange |
|
|
| test.cpp:134:22:134:25 | 4,8} | RegExpNormalChar |
|
|
| test.cpp:135:20:135:20 | a | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:135:20:135:24 | a{3,} | RegExpRange |
|
|
| test.cpp:135:22:135:24 | 3,} | RegExpNormalChar |
|
|
| test.cpp:140:20:140:22 | foo | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:140:20:140:27 | foo\|bar+ | RegExpAlt |
|
|
| test.cpp:140:24:140:25 | ba | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:140:24:140:27 | bar+ | RegExpSequence |
|
|
| test.cpp:140:26:140:26 | r | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:140:26:140:27 | r+ | RegExpPlus |
|
|
| test.cpp:144:20:144:24 | [abc] | RegExpCharacterClass |
|
|
| test.cpp:144:20:144:25 | [abc]+ | RegExpPlus |
|
|
| test.cpp:144:21:144:21 | a | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:144:22:144:22 | b | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:144:23:144:23 | c | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:145:20:145:31 | [a-fA-F0-9_] | RegExpCharacterClass |
|
|
| test.cpp:145:20:145:32 | [a-fA-F0-9_]+ | RegExpPlus |
|
|
| test.cpp:145:21:145:21 | a | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:145:21:145:23 | a-f | RegExpCharacterRange |
|
|
| test.cpp:145:23:145:23 | f | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:145:24:145:24 | A | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:145:24:145:26 | A-F | RegExpCharacterRange |
|
|
| test.cpp:145:26:145:26 | F | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:145:27:145:27 | 0 | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:145:27:145:29 | 0-9 | RegExpCharacterRange |
|
|
| test.cpp:145:29:145:29 | 9 | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:145:30:145:30 | _ | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:146:20:146:23 | [\\w] | RegExpCharacterClass |
|
|
| test.cpp:146:20:146:24 | [\\w]+ | RegExpPlus |
|
|
| test.cpp:146:21:146:22 | \\w | RegExpCharacterClassEscape |
|
|
| test.cpp:147:20:147:25 | [^A-Z] | RegExpCharacterClass |
|
|
| test.cpp:147:20:147:26 | [^A-Z]* | RegExpStar |
|
|
| test.cpp:147:22:147:22 | A | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:147:22:147:24 | A-Z | RegExpCharacterRange |
|
|
| test.cpp:147:24:147:24 | Z | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:151:20:151:20 | . | RegExpDot |
|
|
| test.cpp:151:20:151:21 | .* | RegExpStar |
|
|
| test.cpp:152:20:152:21 | \\w | RegExpCharacterClassEscape |
|
|
| test.cpp:152:20:152:22 | \\w+ | RegExpPlus |
|
|
| test.cpp:152:20:152:24 | \\w+\\W | RegExpSequence |
|
|
| test.cpp:152:23:152:24 | \\W | RegExpCharacterClassEscape |
|
|
| test.cpp:153:20:153:21 | \\s | RegExpCharacterClassEscape |
|
|
| test.cpp:153:20:153:22 | \\s+ | RegExpPlus |
|
|
| test.cpp:153:20:153:24 | \\s+\\S | RegExpSequence |
|
|
| test.cpp:153:23:153:24 | \\S | RegExpCharacterClassEscape |
|
|
| test.cpp:154:20:154:21 | \\d | RegExpCharacterClassEscape |
|
|
| test.cpp:154:20:154:22 | \\d+ | RegExpPlus |
|
|
| test.cpp:154:20:154:24 | \\d+\\D | RegExpSequence |
|
|
| test.cpp:154:23:154:24 | \\D | RegExpCharacterClassEscape |
|
|
| test.cpp:158:20:158:20 | ^ | RegExpCaret |
|
|
| test.cpp:158:20:158:25 | ^a+bc$ | RegExpSequence |
|
|
| test.cpp:158:21:158:21 | a | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:158:21:158:22 | a+ | RegExpPlus |
|
|
| test.cpp:158:23:158:24 | bc | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:158:25:158:25 | $ | RegExpDollar |
|
|
| test.cpp:159:20:159:21 | \\b | RegExpWordBoundary |
|
|
| test.cpp:159:20:159:27 | \\ba+bc\\B | RegExpSequence |
|
|
| test.cpp:159:22:159:22 | a | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:159:22:159:23 | a+ | RegExpPlus |
|
|
| test.cpp:159:24:159:25 | bc | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:159:26:159:27 | \\B | RegExpNonWordBoundary |
|
|
| test.cpp:163:20:163:24 | (foo) | RegExpGroup |
|
|
| test.cpp:163:20:163:25 | (foo)* | RegExpStar |
|
|
| test.cpp:163:20:163:28 | (foo)*bar | RegExpSequence |
|
|
| test.cpp:163:21:163:23 | foo | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:163:26:163:28 | bar | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:164:20:164:21 | fo | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:164:20:164:29 | fo(o\|b+)ar | RegExpSequence |
|
|
| test.cpp:164:22:164:27 | (o\|b+) | RegExpGroup |
|
|
| test.cpp:164:23:164:23 | o | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:164:23:164:26 | o\|b+ | RegExpAlt |
|
|
| test.cpp:164:25:164:25 | b | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:164:25:164:26 | b+ | RegExpPlus |
|
|
| test.cpp:164:28:164:29 | ar | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:165:20:165:27 | (a\|b\|cd) | RegExpGroup |
|
|
| test.cpp:165:20:165:29 | (a\|b\|cd)e+ | RegExpSequence |
|
|
| test.cpp:165:21:165:21 | a | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:165:21:165:26 | a\|b\|cd | RegExpAlt |
|
|
| test.cpp:165:23:165:23 | b | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:165:25:165:26 | cd | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:165:28:165:28 | e | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:165:28:165:29 | e+ | RegExpPlus |
|
|
| test.cpp:166:20:166:25 | (?::+) | RegExpGroup |
|
|
| test.cpp:166:20:166:27 | (?::+)\\w | RegExpSequence |
|
|
| test.cpp:166:23:166:23 | : | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:166:23:166:24 | :+ | RegExpPlus |
|
|
| test.cpp:166:26:166:27 | \\w | RegExpCharacterClassEscape |
|
|
| test.cpp:170:20:170:29 | (?<id>\\w+) | RegExpGroup |
|
|
| test.cpp:170:26:170:27 | \\w | RegExpCharacterClassEscape |
|
|
| test.cpp:170:26:170:28 | \\w+ | RegExpPlus |
|
|
| test.cpp:171:20:171:35 | (?<first>[a-z]+) | RegExpGroup |
|
|
| test.cpp:171:20:171:52 | (?<first>[a-z]+)(?<second>[0-9]+) | RegExpSequence |
|
|
| test.cpp:171:29:171:33 | [a-z] | RegExpCharacterClass |
|
|
| test.cpp:171:29:171:34 | [a-z]+ | RegExpPlus |
|
|
| test.cpp:171:30:171:30 | a | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:171:30:171:32 | a-z | RegExpCharacterRange |
|
|
| test.cpp:171:32:171:32 | z | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:171:36:171:52 | (?<second>[0-9]+) | RegExpGroup |
|
|
| test.cpp:171:46:171:50 | [0-9] | RegExpCharacterClass |
|
|
| test.cpp:171:46:171:51 | [0-9]+ | RegExpPlus |
|
|
| test.cpp:171:47:171:47 | 0 | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:171:47:171:49 | 0-9 | RegExpCharacterRange |
|
|
| test.cpp:171:49:171:49 | 9 | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:175:20:175:23 | (a+) | RegExpGroup |
|
|
| test.cpp:175:20:175:27 | (a+)b+\\1 | RegExpSequence |
|
|
| test.cpp:175:21:175:21 | a | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:175:21:175:22 | a+ | RegExpPlus |
|
|
| test.cpp:175:24:175:24 | b | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:175:24:175:25 | b+ | RegExpPlus |
|
|
| test.cpp:175:26:175:27 | \\1 | RegExpBackRef |
|
|
| test.cpp:176:20:176:29 | (?<qux>q+) | RegExpGroup |
|
|
| test.cpp:176:20:176:40 | (?<qux>q+)\\s+\\k<qux>+ | RegExpSequence |
|
|
| test.cpp:176:27:176:27 | q | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:176:27:176:28 | q+ | RegExpPlus |
|
|
| test.cpp:176:30:176:31 | \\s | RegExpCharacterClassEscape |
|
|
| test.cpp:176:30:176:32 | \\s+ | RegExpPlus |
|
|
| test.cpp:176:33:176:39 | \\k<qux> | RegExpBackRef |
|
|
| test.cpp:176:33:176:40 | \\k<qux>+ | RegExpPlus |
|
|
| test.cpp:180:20:180:26 | (?=\\w+) | RegExpPositiveLookahead |
|
|
| test.cpp:180:20:180:29 | (?=\\w+)abc | RegExpSequence |
|
|
| test.cpp:180:23:180:24 | \\w | RegExpCharacterClassEscape |
|
|
| test.cpp:180:23:180:25 | \\w+ | RegExpPlus |
|
|
| test.cpp:180:27:180:29 | abc | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:181:20:181:26 | (?!\\d+) | RegExpNegativeLookahead |
|
|
| test.cpp:181:20:181:29 | (?!\\d+)abc | RegExpSequence |
|
|
| test.cpp:181:23:181:24 | \\d | RegExpCharacterClassEscape |
|
|
| test.cpp:181:23:181:25 | \\d+ | RegExpPlus |
|
|
| test.cpp:181:27:181:29 | abc | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:182:20:182:20 | a | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:182:20:182:21 | a+ | RegExpPlus |
|
|
| test.cpp:182:20:182:30 | a+bc(?<=\\w) | RegExpSequence |
|
|
| test.cpp:182:22:182:23 | bc | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:182:24:182:30 | (?<=\\w) | RegExpPositiveLookbehind |
|
|
| test.cpp:182:28:182:29 | \\w | RegExpCharacterClassEscape |
|
|
| test.cpp:183:20:183:20 | a | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:183:20:183:21 | a+ | RegExpPlus |
|
|
| test.cpp:183:20:183:30 | a+bc(?<!\\d) | RegExpSequence |
|
|
| test.cpp:183:22:183:23 | bc | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:183:24:183:30 | (?<!\\d) | RegExpNegativeLookbehind |
|
|
| test.cpp:183:28:183:29 | \\d | RegExpCharacterClassEscape |
|
|
| test.cpp:187:20:187:23 | (a+) | RegExpGroup |
|
|
| test.cpp:187:20:187:24 | (a+)+ | RegExpPlus |
|
|
| test.cpp:187:21:187:21 | a | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:187:21:187:22 | a+ | RegExpPlus |
|
|
| test.cpp:188:20:188:23 | (a*) | RegExpGroup |
|
|
| test.cpp:188:20:188:24 | (a*)* | RegExpStar |
|
|
| test.cpp:188:20:188:25 | (a*)*b | RegExpSequence |
|
|
| test.cpp:188:21:188:21 | a | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:188:21:188:22 | a* | RegExpStar |
|
|
| test.cpp:188:25:188:25 | b | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:189:20:189:30 | ([a-zA-Z]+) | RegExpGroup |
|
|
| test.cpp:189:20:189:31 | ([a-zA-Z]+)* | RegExpStar |
|
|
| test.cpp:189:21:189:28 | [a-zA-Z] | RegExpCharacterClass |
|
|
| test.cpp:189:21:189:29 | [a-zA-Z]+ | RegExpPlus |
|
|
| test.cpp:189:22:189:22 | a | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:189:22:189:24 | a-z | RegExpCharacterRange |
|
|
| test.cpp:189:24:189:24 | z | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:189:25:189:25 | A | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:189:25:189:27 | A-Z | RegExpCharacterRange |
|
|
| test.cpp:189:27:189:27 | Z | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:193:20:193:35 | [a-zA-Z0-9._%+-] | RegExpCharacterClass |
|
|
| test.cpp:193:20:193:36 | [a-zA-Z0-9._%+-]+ | RegExpPlus |
|
|
| test.cpp:193:20:193:65 | [a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,} | RegExpSequence |
|
|
| test.cpp:193:21:193:21 | a | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:193:21:193:23 | a-z | RegExpCharacterRange |
|
|
| test.cpp:193:23:193:23 | z | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:193:24:193:24 | A | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:193:24:193:26 | A-Z | RegExpCharacterRange |
|
|
| test.cpp:193:26:193:26 | Z | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:193:27:193:27 | 0 | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:193:27:193:29 | 0-9 | RegExpCharacterRange |
|
|
| test.cpp:193:29:193:29 | 9 | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:193:30:193:30 | . | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:193:31:193:31 | _ | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:193:32:193:32 | % | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:193:33:193:33 | + | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:193:34:193:34 | - | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:193:37:193:37 | @ | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:193:38:193:50 | [a-zA-Z0-9.-] | RegExpCharacterClass |
|
|
| test.cpp:193:38:193:51 | [a-zA-Z0-9.-]+ | RegExpPlus |
|
|
| test.cpp:193:39:193:39 | a | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:193:39:193:41 | a-z | RegExpCharacterRange |
|
|
| test.cpp:193:41:193:41 | z | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:193:42:193:42 | A | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:193:42:193:44 | A-Z | RegExpCharacterRange |
|
|
| test.cpp:193:44:193:44 | Z | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:193:45:193:45 | 0 | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:193:45:193:47 | 0-9 | RegExpCharacterRange |
|
|
| test.cpp:193:47:193:47 | 9 | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:193:48:193:48 | . | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:193:49:193:49 | - | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:193:52:193:53 | \\. | RegExpConstant,RegExpEscape |
|
|
| test.cpp:193:54:193:61 | [a-zA-Z] | RegExpCharacterClass |
|
|
| test.cpp:193:54:193:65 | [a-zA-Z]{2,} | RegExpRange |
|
|
| test.cpp:193:55:193:55 | a | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:193:55:193:57 | a-z | RegExpCharacterRange |
|
|
| test.cpp:193:57:193:57 | z | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:193:58:193:58 | A | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:193:58:193:60 | A-Z | RegExpCharacterRange |
|
|
| test.cpp:193:60:193:60 | Z | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:193:63:193:65 | 2,} | RegExpNormalChar |
|
|
| test.cpp:194:20:194:31 | (https?\|ftp) | RegExpGroup |
|
|
| test.cpp:194:20:194:51 | (https?\|ftp)://[^\\s/$.?#].[^\\s]* | RegExpSequence |
|
|
| test.cpp:194:21:194:24 | http | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:194:21:194:26 | https? | RegExpSequence |
|
|
| test.cpp:194:21:194:30 | https?\|ftp | RegExpAlt |
|
|
| test.cpp:194:25:194:25 | s | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:194:25:194:26 | s? | RegExpOpt |
|
|
| test.cpp:194:28:194:30 | ftp | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:194:32:194:34 | :// | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:194:35:194:44 | [^\\s/$.?#] | RegExpCharacterClass |
|
|
| test.cpp:194:37:194:38 | \\s | RegExpCharacterClassEscape |
|
|
| test.cpp:194:39:194:39 | / | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:194:40:194:40 | $ | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:194:41:194:41 | . | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:194:42:194:42 | ? | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:194:43:194:43 | # | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:194:45:194:45 | . | RegExpDot |
|
|
| test.cpp:194:46:194:50 | [^\\s] | RegExpCharacterClass |
|
|
| test.cpp:194:46:194:51 | [^\\s]* | RegExpStar |
|
|
| test.cpp:194:48:194:49 | \\s | RegExpCharacterClassEscape |
|
|
| test.cpp:209:19:209:22 | (a+) | RegExpGroup |
|
|
| test.cpp:209:19:209:23 | (a+)+ | RegExpPlus |
|
|
| test.cpp:209:19:209:24 | (a+)+b | RegExpSequence |
|
|
| test.cpp:209:20:209:20 | a | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:209:20:209:21 | a+ | RegExpPlus |
|
|
| test.cpp:209:24:209:24 | b | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:218:19:218:20 | fo | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:218:19:218:22 | foo+ | RegExpSequence |
|
|
| test.cpp:218:21:218:21 | o | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:218:21:218:22 | o+ | RegExpPlus |
|
|
| test.cpp:225:19:225:20 | ba | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:225:19:225:22 | bar+ | RegExpSequence |
|
|
| test.cpp:225:21:225:21 | r | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:225:21:225:22 | r+ | RegExpPlus |
|
|
| test.cpp:231:19:231:20 | ab | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:231:19:231:22 | abc+ | RegExpSequence |
|
|
| test.cpp:231:21:231:21 | c | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:231:21:231:22 | c+ | RegExpPlus |
|
|
| test.cpp:242:19:242:22 | abc+ | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:245:20:245:20 | ^ | RegExpCaret |
|
|
| test.cpp:245:20:245:25 | ^gr+ep | RegExpSequence |
|
|
| test.cpp:245:21:245:25 | gr+ep | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:249:20:249:25 | \\(ab\\) | RegExpGroup |
|
|
| test.cpp:249:20:249:26 | \\(ab\\)* | RegExpStar |
|
|
| test.cpp:249:20:249:29 | \\(ab\\)*c.* | RegExpSequence |
|
|
| test.cpp:249:22:249:23 | ab | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:249:27:249:27 | c | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:249:28:249:28 | . | RegExpDot |
|
|
| test.cpp:249:28:249:29 | .* | RegExpStar |
|
|
| test.cpp:250:20:250:24 | a(b)c | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:250:20:250:26 | a(b)c.* | RegExpSequence |
|
|
| test.cpp:250:25:250:25 | . | RegExpDot |
|
|
| test.cpp:250:25:250:26 | .* | RegExpStar |
|
|
| test.cpp:252:20:252:20 | a | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:252:20:252:27 | a\\{2,5\\} | RegExpRange |
|
|
| test.cpp:252:20:252:29 | a\\{2,5\\}.* | RegExpSequence |
|
|
| test.cpp:252:22:252:27 | {2,5\\} | RegExpNormalChar |
|
|
| test.cpp:252:28:252:28 | . | RegExpDot |
|
|
| test.cpp:252:28:252:29 | .* | RegExpStar |
|
|
| test.cpp:253:20:253:25 | a{2,5} | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:253:20:253:27 | a{2,5}.* | RegExpSequence |
|
|
| test.cpp:253:26:253:26 | . | RegExpDot |
|
|
| test.cpp:253:26:253:27 | .* | RegExpStar |
|
|
| test.cpp:255:20:255:23 | a+b? | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:255:20:255:25 | a+b?.* | RegExpSequence |
|
|
| test.cpp:255:24:255:24 | . | RegExpDot |
|
|
| test.cpp:255:24:255:25 | .* | RegExpStar |
|
|
| test.cpp:258:20:258:23 | *abc | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:258:20:258:25 | *abc.* | RegExpSequence |
|
|
| test.cpp:258:24:258:24 | . | RegExpDot |
|
|
| test.cpp:258:24:258:25 | .* | RegExpStar |
|
|
| test.cpp:259:20:259:20 | a | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:259:20:259:21 | a* | RegExpStar |
|
|
| test.cpp:259:20:259:23 | a*.* | RegExpSequence |
|
|
| test.cpp:259:22:259:22 | . | RegExpDot |
|
|
| test.cpp:259:22:259:23 | .* | RegExpStar |
|
|
| test.cpp:263:21:263:25 | a^b$c | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:263:21:263:27 | a^b$c.* | RegExpSequence |
|
|
| test.cpp:263:26:263:26 | . | RegExpDot |
|
|
| test.cpp:263:26:263:27 | .* | RegExpStar |
|
|
| test.cpp:265:21:265:25 | \\(a\\) | RegExpGroup |
|
|
| test.cpp:265:21:265:29 | \\(a\\)\\1.* | RegExpSequence |
|
|
| test.cpp:265:23:265:23 | a | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:265:26:265:27 | \\1 | RegExpBackRef |
|
|
| test.cpp:265:28:265:28 | . | RegExpDot |
|
|
| test.cpp:265:28:265:29 | .* | RegExpStar |
|
|
| test.cpp:268:21:268:22 | \\. | RegExpConstant,RegExpEscape |
|
|
| test.cpp:268:21:268:28 | \\.\\*\\\\.* | RegExpSequence |
|
|
| test.cpp:268:23:268:24 | \\* | RegExpConstant,RegExpEscape |
|
|
| test.cpp:268:25:268:26 | \\\\ | RegExpConstant,RegExpEscape |
|
|
| test.cpp:268:27:268:27 | . | RegExpDot |
|
|
| test.cpp:268:27:268:28 | .* | RegExpStar |
|
|
| test.cpp:271:21:271:35 | \\([[:alpha:]]\\) | RegExpGroup |
|
|
| test.cpp:271:21:271:36 | \\([[:alpha:]]\\)* | RegExpStar |
|
|
| test.cpp:271:21:271:38 | \\([[:alpha:]]\\)*.* | RegExpSequence |
|
|
| test.cpp:271:23:271:33 | [[:alpha:]] | RegExpCharacterClass |
|
|
| test.cpp:271:24:271:32 | [:alpha:] | RegExpPosixBracket |
|
|
| test.cpp:271:37:271:37 | . | RegExpDot |
|
|
| test.cpp:271:37:271:38 | .* | RegExpStar |
|
|
| test.cpp:275:21:275:26 | \\(a*\\) | RegExpGroup |
|
|
| test.cpp:275:21:275:27 | \\(a*\\)* | RegExpStar |
|
|
| test.cpp:275:23:275:23 | a | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:275:23:275:24 | a* | RegExpStar |
|
|
| test.cpp:290:20:290:21 | ab | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:290:20:290:23 | abc+ | RegExpSequence |
|
|
| test.cpp:290:22:290:22 | c | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:290:22:290:23 | c+ | RegExpPlus |
|
|
| test.cpp:293:20:293:30 | [[:alpha:]] | RegExpCharacterClass |
|
|
| test.cpp:293:20:293:31 | [[:alpha:]]+ | RegExpPlus |
|
|
| test.cpp:293:21:293:29 | [:alpha:] | RegExpPosixBracket |
|
|
| test.cpp:297:20:297:20 | a | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:297:20:297:30 | a\\.b\\(c\\).* | RegExpSequence |
|
|
| test.cpp:297:21:297:22 | \\. | RegExpConstant,RegExpEscape |
|
|
| test.cpp:297:23:297:23 | b | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:297:24:297:25 | \\( | RegExpConstant,RegExpEscape |
|
|
| test.cpp:297:26:297:26 | c | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:297:27:297:28 | \\) | RegExpConstant,RegExpEscape |
|
|
| test.cpp:297:29:297:29 | . | RegExpDot |
|
|
| test.cpp:297:29:297:30 | .* | RegExpStar |
|
|
| test.cpp:299:20:299:28 | (foo\|bar) | RegExpGroup |
|
|
| test.cpp:299:20:299:33 | (foo\|bar){2,3} | RegExpRange |
|
|
| test.cpp:299:21:299:23 | foo | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:299:21:299:27 | foo\|bar | RegExpAlt |
|
|
| test.cpp:299:25:299:27 | bar | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:299:30:299:33 | 2,3} | RegExpNormalChar |
|
|
| test.cpp:301:20:301:21 | aw | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:301:20:301:23 | awk+ | RegExpSequence |
|
|
| test.cpp:301:22:301:22 | k | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:301:22:301:23 | k+ | RegExpPlus |
|
|
| test.cpp:303:20:303:24 | (x\|y) | RegExpGroup |
|
|
| test.cpp:303:20:303:25 | (x\|y)+ | RegExpPlus |
|
|
| test.cpp:303:21:303:21 | x | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:303:21:303:23 | x\|y | RegExpAlt |
|
|
| test.cpp:303:23:303:23 | y | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:305:20:305:20 | ^ | RegExpCaret |
|
|
| test.cpp:305:20:305:25 | ^a.*b$ | RegExpSequence |
|
|
| test.cpp:305:21:305:21 | a | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:305:22:305:22 | . | RegExpDot |
|
|
| test.cpp:305:22:305:23 | .* | RegExpStar |
|
|
| test.cpp:305:24:305:24 | b | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:305:25:305:25 | $ | RegExpDollar |
|
|
| test.cpp:309:20:309:27 | ([a-z]+) | RegExpGroup |
|
|
| test.cpp:309:20:309:28 | ([a-z]+)+ | RegExpPlus |
|
|
| test.cpp:309:21:309:25 | [a-z] | RegExpCharacterClass |
|
|
| test.cpp:309:21:309:26 | [a-z]+ | RegExpPlus |
|
|
| test.cpp:309:22:309:22 | a | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:309:22:309:24 | a-z | RegExpCharacterRange |
|
|
| test.cpp:309:24:309:24 | z | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:315:15:315:16 | ba | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:315:15:315:18 | baz+ | RegExpSequence |
|
|
| test.cpp:315:17:315:17 | z | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:315:17:315:18 | z+ | RegExpPlus |
|
|
| test.cpp:320:19:320:20 | pa | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:320:19:320:25 | pat+ern | RegExpSequence |
|
|
| test.cpp:320:21:320:21 | t | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:320:21:320:22 | t+ | RegExpPlus |
|
|
| test.cpp:320:23:320:25 | ern | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:330:43:330:44 | he | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:330:43:330:47 | hel+o | RegExpSequence |
|
|
| test.cpp:330:45:330:45 | l | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:330:45:330:46 | l+ | RegExpPlus |
|
|
| test.cpp:330:47:330:47 | o | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:346:19:346:29 | [[:alpha:]] | RegExpCharacterClass |
|
|
| test.cpp:346:19:346:31 | [[:alpha:]].* | RegExpSequence |
|
|
| test.cpp:346:20:346:28 | [:alpha:] | RegExpPosixBracket |
|
|
| test.cpp:346:30:346:30 | . | RegExpDot |
|
|
| test.cpp:346:30:346:31 | .* | RegExpStar |
|
|
| test.cpp:348:19:348:29 | [[:digit:]] | RegExpCharacterClass |
|
|
| test.cpp:348:19:348:30 | [[:digit:]]+ | RegExpPlus |
|
|
| test.cpp:348:20:348:28 | [:digit:] | RegExpPosixBracket |
|
|
| test.cpp:350:19:350:30 | [a[:space:]] | RegExpCharacterClass |
|
|
| test.cpp:350:19:350:32 | [a[:space:]].* | RegExpSequence |
|
|
| test.cpp:350:20:350:20 | a | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:350:21:350:29 | [:space:] | RegExpPosixBracket |
|
|
| test.cpp:350:31:350:31 | . | RegExpDot |
|
|
| test.cpp:350:31:350:32 | .* | RegExpStar |
|
|
| test.cpp:352:19:352:38 | [[:alpha:][:digit:]] | RegExpCharacterClass |
|
|
| test.cpp:352:19:352:40 | [[:alpha:][:digit:]].* | RegExpSequence |
|
|
| test.cpp:352:20:352:28 | [:alpha:] | RegExpPosixBracket |
|
|
| test.cpp:352:29:352:37 | [:digit:] | RegExpPosixBracket |
|
|
| test.cpp:352:39:352:39 | . | RegExpDot |
|
|
| test.cpp:352:39:352:40 | .* | RegExpStar |
|
|
| test.cpp:354:19:354:30 | [^[:space:]] | RegExpCharacterClass |
|
|
| test.cpp:354:19:354:32 | [^[:space:]].* | RegExpSequence |
|
|
| test.cpp:354:21:354:29 | [:space:] | RegExpPosixBracket |
|
|
| test.cpp:354:31:354:31 | . | RegExpDot |
|
|
| test.cpp:354:31:354:32 | .* | RegExpStar |
|
|
| test.cpp:356:19:356:25 | [[.a.]] | RegExpCharacterClass |
|
|
| test.cpp:356:19:356:27 | [[.a.]].* | RegExpSequence |
|
|
| test.cpp:356:20:356:24 | [.a.] | RegExpPosixBracket |
|
|
| test.cpp:356:26:356:26 | . | RegExpDot |
|
|
| test.cpp:356:26:356:27 | .* | RegExpStar |
|
|
| test.cpp:358:19:358:25 | [[=a=]] | RegExpCharacterClass |
|
|
| test.cpp:358:19:358:27 | [[=a=]].* | RegExpSequence |
|
|
| test.cpp:358:20:358:24 | [=a=] | RegExpPosixBracket |
|
|
| test.cpp:358:26:358:26 | . | RegExpDot |
|
|
| test.cpp:358:26:358:27 | .* | RegExpStar |
|
|
| test.cpp:361:19:361:32 | ([[:alpha:]]+) | RegExpGroup |
|
|
| test.cpp:361:19:361:33 | ([[:alpha:]]+)+ | RegExpPlus |
|
|
| test.cpp:361:20:361:30 | [[:alpha:]] | RegExpCharacterClass |
|
|
| test.cpp:361:20:361:31 | [[:alpha:]]+ | RegExpPlus |
|
|
| test.cpp:361:21:361:29 | [:alpha:] | RegExpPosixBracket |
|
|
| test.cpp:380:20:380:28 | [:alpha:] | RegExpCharacterClass |
|
|
| test.cpp:380:20:380:30 | [:alpha:].* | RegExpSequence |
|
|
| test.cpp:380:21:380:21 | : | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:380:22:380:22 | a | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:380:23:380:23 | l | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:380:24:380:24 | p | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:380:25:380:25 | h | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:380:26:380:26 | a | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:380:27:380:27 | : | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:380:29:380:29 | . | RegExpDot |
|
|
| test.cpp:380:29:380:30 | .* | RegExpStar |
|
|
| test.cpp:386:20:386:20 | a | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:386:20:386:28 | a[:b:]c.* | RegExpSequence |
|
|
| test.cpp:386:21:386:25 | [:b:] | RegExpCharacterClass |
|
|
| test.cpp:386:22:386:22 | : | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:386:23:386:23 | b | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:386:24:386:24 | : | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:386:26:386:26 | c | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:386:27:386:27 | . | RegExpDot |
|
|
| test.cpp:386:27:386:28 | .* | RegExpStar |
|
|
| test.cpp:389:20:389:48 | [[:alpha:][:digit:][:space:]] | RegExpCharacterClass |
|
|
| test.cpp:389:20:389:50 | [[:alpha:][:digit:][:space:]].* | RegExpSequence |
|
|
| test.cpp:389:21:389:29 | [:alpha:] | RegExpPosixBracket |
|
|
| test.cpp:389:30:389:38 | [:digit:] | RegExpPosixBracket |
|
|
| test.cpp:389:39:389:47 | [:space:] | RegExpPosixBracket |
|
|
| test.cpp:389:49:389:49 | . | RegExpDot |
|
|
| test.cpp:389:49:389:50 | .* | RegExpStar |
|
|
| test.cpp:393:20:393:31 | []a[:alpha:] | RegExpCharacterClass |
|
|
| test.cpp:393:20:393:34 | []a[:alpha:]].* | RegExpSequence |
|
|
| test.cpp:393:21:393:21 | ] | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:393:22:393:22 | a | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:393:23:393:23 | [ | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:393:24:393:24 | : | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:393:25:393:25 | a | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:393:26:393:26 | l | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:393:27:393:27 | p | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:393:28:393:28 | h | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:393:29:393:29 | a | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:393:30:393:30 | : | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:393:32:393:32 | ] | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:393:33:393:33 | . | RegExpDot |
|
|
| test.cpp:393:33:393:34 | .* | RegExpStar |
|
|
| test.cpp:400:20:400:32 | [[:alpha:]-z] | RegExpCharacterClass |
|
|
| test.cpp:400:20:400:34 | [[:alpha:]-z].* | RegExpSequence |
|
|
| test.cpp:400:21:400:29 | [:alpha:] | RegExpPosixBracket |
|
|
| test.cpp:400:21:400:31 | [:alpha:]-z | RegExpCharacterRange |
|
|
| test.cpp:400:31:400:31 | z | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:400:33:400:33 | . | RegExpDot |
|
|
| test.cpp:400:33:400:34 | .* | RegExpStar |
|
|
| test.cpp:406:20:406:28 | [[:alpha] | RegExpCharacterClass |
|
|
| test.cpp:406:20:406:30 | [[:alpha].* | RegExpSequence |
|
|
| test.cpp:406:21:406:21 | [ | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:406:22:406:22 | : | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:406:23:406:23 | a | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:406:24:406:24 | l | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:406:25:406:25 | p | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:406:26:406:26 | h | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:406:27:406:27 | a | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:406:29:406:29 | . | RegExpDot |
|
|
| test.cpp:406:29:406:30 | .* | RegExpStar |
|
|
| test.cpp:415:20:415:20 | ^ | RegExpCaret |
|
|
| test.cpp:415:20:415:87 | ^([[:alpha:]]+[[:digit:]]*[[:space:]]?)+([[:punct:]]\|[[:xdigit:]])+$ | RegExpSequence |
|
|
| test.cpp:415:21:415:58 | ([[:alpha:]]+[[:digit:]]*[[:space:]]?) | RegExpGroup |
|
|
| test.cpp:415:21:415:59 | ([[:alpha:]]+[[:digit:]]*[[:space:]]?)+ | RegExpPlus |
|
|
| test.cpp:415:22:415:32 | [[:alpha:]] | RegExpCharacterClass |
|
|
| test.cpp:415:22:415:33 | [[:alpha:]]+ | RegExpPlus |
|
|
| test.cpp:415:22:415:57 | [[:alpha:]]+[[:digit:]]*[[:space:]]? | RegExpSequence |
|
|
| test.cpp:415:23:415:31 | [:alpha:] | RegExpPosixBracket |
|
|
| test.cpp:415:34:415:44 | [[:digit:]] | RegExpCharacterClass |
|
|
| test.cpp:415:34:415:45 | [[:digit:]]* | RegExpStar |
|
|
| test.cpp:415:35:415:43 | [:digit:] | RegExpPosixBracket |
|
|
| test.cpp:415:46:415:56 | [[:space:]] | RegExpCharacterClass |
|
|
| test.cpp:415:46:415:57 | [[:space:]]? | RegExpOpt |
|
|
| test.cpp:415:47:415:55 | [:space:] | RegExpPosixBracket |
|
|
| test.cpp:415:60:415:85 | ([[:punct:]]\|[[:xdigit:]]) | RegExpGroup |
|
|
| test.cpp:415:60:415:86 | ([[:punct:]]\|[[:xdigit:]])+ | RegExpPlus |
|
|
| test.cpp:415:61:415:71 | [[:punct:]] | RegExpCharacterClass |
|
|
| test.cpp:415:61:415:84 | [[:punct:]]\|[[:xdigit:]] | RegExpAlt |
|
|
| test.cpp:415:62:415:70 | [:punct:] | RegExpPosixBracket |
|
|
| test.cpp:415:73:415:84 | [[:xdigit:]] | RegExpCharacterClass |
|
|
| test.cpp:415:74:415:83 | [:xdigit:] | RegExpPosixBracket |
|
|
| test.cpp:415:87:415:87 | $ | RegExpDollar |
|
|
| test.cpp:430:20:430:20 | a | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:430:20:430:21 | a+ | RegExpPlus |
|
|
| test.cpp:430:20:430:22 | a+b | RegExpSequence |
|
|
| test.cpp:430:22:430:22 | b | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:431:20:431:21 | \\s | RegExpCharacterClassEscape |
|
|
| test.cpp:431:20:431:22 | \\s+ | RegExpPlus |
|
|
| test.cpp:436:22:436:22 | a | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:436:22:436:23 | a+ | RegExpPlus |
|
|
| test.cpp:436:22:436:24 | a+b | RegExpSequence |
|
|
| test.cpp:436:24:436:24 | b | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:437:22:437:23 | \\s | RegExpCharacterClassEscape |
|
|
| test.cpp:437:22:437:24 | \\s+ | RegExpPlus |
|
|
| test.cpp:437:22:437:25 | \\s+$ | RegExpSequence |
|
|
| test.cpp:437:25:437:25 | $ | RegExpDollar |
|
|
| test.cpp:438:22:438:23 | \\( | RegExpConstant,RegExpEscape |
|
|
| test.cpp:438:22:438:35 | \\(([,\\w]+)+\\)$ | RegExpSequence |
|
|
| test.cpp:438:24:438:31 | ([,\\w]+) | RegExpGroup |
|
|
| test.cpp:438:24:438:32 | ([,\\w]+)+ | RegExpPlus |
|
|
| test.cpp:438:25:438:29 | [,\\w] | RegExpCharacterClass |
|
|
| test.cpp:438:25:438:30 | [,\\w]+ | RegExpPlus |
|
|
| test.cpp:438:26:438:26 | , | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:438:27:438:28 | \\w | RegExpCharacterClassEscape |
|
|
| test.cpp:438:33:438:34 | \\) | RegExpConstant,RegExpEscape |
|
|
| test.cpp:438:35:438:35 | $ | RegExpDollar |
|
|
| test.cpp:442:23:442:23 | a | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:442:23:442:24 | a+ | RegExpPlus |
|
|
| test.cpp:442:23:442:25 | a+b | RegExpSequence |
|
|
| test.cpp:442:25:442:25 | b | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:446:22:446:22 | a | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:446:22:446:23 | a+ | RegExpPlus |
|
|
| test.cpp:446:22:446:24 | a+b | RegExpSequence |
|
|
| test.cpp:446:24:446:24 | b | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:447:24:447:24 | a | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:447:24:447:25 | a+ | RegExpPlus |
|
|
| test.cpp:447:24:447:26 | a+b | RegExpSequence |
|
|
| test.cpp:447:26:447:26 | b | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:459:22:459:22 | a | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:459:22:459:23 | a+ | RegExpPlus |
|
|
| test.cpp:459:22:459:24 | a+b | RegExpSequence |
|
|
| test.cpp:459:24:459:24 | b | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:460:24:460:24 | a | RegExpConstant,RegExpNormalChar |
|
|
| test.cpp:460:24:460:25 | a+ | RegExpPlus |
|
|
| test.cpp:460:24:460:26 | a+b | RegExpSequence |
|
|
| test.cpp:460:26:460:26 | b | RegExpConstant,RegExpNormalChar |
|
|
regExpNormalCharValue
|
|
| test.cpp:133:20:133:20 | a | a |
|
|
| test.cpp:133:22:133:22 | b | b |
|
|
| test.cpp:133:24:133:24 | c | c |
|
|
| test.cpp:133:26:133:26 | d | d |
|
|
| test.cpp:134:20:134:20 | a | a |
|
|
| test.cpp:134:22:134:25 | 4,8} | 4,8} |
|
|
| test.cpp:135:20:135:20 | a | a |
|
|
| test.cpp:135:22:135:24 | 3,} | 3,} |
|
|
| test.cpp:140:20:140:22 | foo | foo |
|
|
| test.cpp:140:24:140:25 | ba | ba |
|
|
| test.cpp:140:26:140:26 | r | r |
|
|
| test.cpp:144:21:144:21 | a | a |
|
|
| test.cpp:144:22:144:22 | b | b |
|
|
| test.cpp:144:23:144:23 | c | c |
|
|
| test.cpp:145:21:145:21 | a | a |
|
|
| test.cpp:145:23:145:23 | f | f |
|
|
| test.cpp:145:24:145:24 | A | A |
|
|
| test.cpp:145:26:145:26 | F | F |
|
|
| test.cpp:145:27:145:27 | 0 | 0 |
|
|
| test.cpp:145:29:145:29 | 9 | 9 |
|
|
| test.cpp:145:30:145:30 | _ | _ |
|
|
| test.cpp:146:21:146:22 | \\w | w |
|
|
| test.cpp:147:22:147:22 | A | A |
|
|
| test.cpp:147:24:147:24 | Z | Z |
|
|
| test.cpp:152:20:152:21 | \\w | w |
|
|
| test.cpp:152:23:152:24 | \\W | W |
|
|
| test.cpp:153:20:153:21 | \\s | s |
|
|
| test.cpp:153:23:153:24 | \\S | S |
|
|
| test.cpp:154:20:154:21 | \\d | d |
|
|
| test.cpp:154:23:154:24 | \\D | D |
|
|
| test.cpp:158:21:158:21 | a | a |
|
|
| test.cpp:158:23:158:24 | bc | bc |
|
|
| test.cpp:159:22:159:22 | a | a |
|
|
| test.cpp:159:24:159:25 | bc | bc |
|
|
| test.cpp:163:21:163:23 | foo | foo |
|
|
| test.cpp:163:26:163:28 | bar | bar |
|
|
| test.cpp:164:20:164:21 | fo | fo |
|
|
| test.cpp:164:23:164:23 | o | o |
|
|
| test.cpp:164:25:164:25 | b | b |
|
|
| test.cpp:164:28:164:29 | ar | ar |
|
|
| test.cpp:165:21:165:21 | a | a |
|
|
| test.cpp:165:23:165:23 | b | b |
|
|
| test.cpp:165:25:165:26 | cd | cd |
|
|
| test.cpp:165:28:165:28 | e | e |
|
|
| test.cpp:166:23:166:23 | : | : |
|
|
| test.cpp:166:26:166:27 | \\w | w |
|
|
| test.cpp:170:26:170:27 | \\w | w |
|
|
| test.cpp:171:30:171:30 | a | a |
|
|
| test.cpp:171:32:171:32 | z | z |
|
|
| test.cpp:171:47:171:47 | 0 | 0 |
|
|
| test.cpp:171:49:171:49 | 9 | 9 |
|
|
| test.cpp:175:21:175:21 | a | a |
|
|
| test.cpp:175:24:175:24 | b | b |
|
|
| test.cpp:176:27:176:27 | q | q |
|
|
| test.cpp:176:30:176:31 | \\s | s |
|
|
| test.cpp:180:23:180:24 | \\w | w |
|
|
| test.cpp:180:27:180:29 | abc | abc |
|
|
| test.cpp:181:23:181:24 | \\d | d |
|
|
| test.cpp:181:27:181:29 | abc | abc |
|
|
| test.cpp:182:20:182:20 | a | a |
|
|
| test.cpp:182:22:182:23 | bc | bc |
|
|
| test.cpp:182:28:182:29 | \\w | w |
|
|
| test.cpp:183:20:183:20 | a | a |
|
|
| test.cpp:183:22:183:23 | bc | bc |
|
|
| test.cpp:183:28:183:29 | \\d | d |
|
|
| test.cpp:187:21:187:21 | a | a |
|
|
| test.cpp:188:21:188:21 | a | a |
|
|
| test.cpp:188:25:188:25 | b | b |
|
|
| test.cpp:189:22:189:22 | a | a |
|
|
| test.cpp:189:24:189:24 | z | z |
|
|
| test.cpp:189:25:189:25 | A | A |
|
|
| test.cpp:189:27:189:27 | Z | Z |
|
|
| test.cpp:193:21:193:21 | a | a |
|
|
| test.cpp:193:23:193:23 | z | z |
|
|
| test.cpp:193:24:193:24 | A | A |
|
|
| test.cpp:193:26:193:26 | Z | Z |
|
|
| test.cpp:193:27:193:27 | 0 | 0 |
|
|
| test.cpp:193:29:193:29 | 9 | 9 |
|
|
| test.cpp:193:30:193:30 | . | . |
|
|
| test.cpp:193:31:193:31 | _ | _ |
|
|
| test.cpp:193:32:193:32 | % | % |
|
|
| test.cpp:193:33:193:33 | + | + |
|
|
| test.cpp:193:34:193:34 | - | - |
|
|
| test.cpp:193:37:193:37 | @ | @ |
|
|
| test.cpp:193:39:193:39 | a | a |
|
|
| test.cpp:193:41:193:41 | z | z |
|
|
| test.cpp:193:42:193:42 | A | A |
|
|
| test.cpp:193:44:193:44 | Z | Z |
|
|
| test.cpp:193:45:193:45 | 0 | 0 |
|
|
| test.cpp:193:47:193:47 | 9 | 9 |
|
|
| test.cpp:193:48:193:48 | . | . |
|
|
| test.cpp:193:49:193:49 | - | - |
|
|
| test.cpp:193:52:193:53 | \\. | . |
|
|
| test.cpp:193:55:193:55 | a | a |
|
|
| test.cpp:193:57:193:57 | z | z |
|
|
| test.cpp:193:58:193:58 | A | A |
|
|
| test.cpp:193:60:193:60 | Z | Z |
|
|
| test.cpp:193:63:193:65 | 2,} | 2,} |
|
|
| test.cpp:194:21:194:24 | http | http |
|
|
| test.cpp:194:25:194:25 | s | s |
|
|
| test.cpp:194:28:194:30 | ftp | ftp |
|
|
| test.cpp:194:32:194:34 | :// | :// |
|
|
| test.cpp:194:37:194:38 | \\s | s |
|
|
| test.cpp:194:39:194:39 | / | / |
|
|
| test.cpp:194:40:194:40 | $ | $ |
|
|
| test.cpp:194:41:194:41 | . | . |
|
|
| test.cpp:194:42:194:42 | ? | ? |
|
|
| test.cpp:194:43:194:43 | # | # |
|
|
| test.cpp:194:48:194:49 | \\s | s |
|
|
| test.cpp:209:20:209:20 | a | a |
|
|
| test.cpp:209:24:209:24 | b | b |
|
|
| test.cpp:218:19:218:20 | fo | fo |
|
|
| test.cpp:218:21:218:21 | o | o |
|
|
| test.cpp:225:19:225:20 | ba | ba |
|
|
| test.cpp:225:21:225:21 | r | r |
|
|
| test.cpp:231:19:231:20 | ab | ab |
|
|
| test.cpp:231:21:231:21 | c | c |
|
|
| test.cpp:242:19:242:22 | abc+ | abc+ |
|
|
| test.cpp:245:21:245:25 | gr+ep | gr+ep |
|
|
| test.cpp:249:22:249:23 | ab | ab |
|
|
| test.cpp:249:27:249:27 | c | c |
|
|
| test.cpp:250:20:250:24 | a(b)c | a(b)c |
|
|
| test.cpp:252:20:252:20 | a | a |
|
|
| test.cpp:252:22:252:27 | {2,5\\} | {2,5\\} |
|
|
| test.cpp:253:20:253:25 | a{2,5} | a{2,5} |
|
|
| test.cpp:255:20:255:23 | a+b? | a+b? |
|
|
| test.cpp:258:20:258:23 | *abc | *abc |
|
|
| test.cpp:259:20:259:20 | a | a |
|
|
| test.cpp:263:21:263:25 | a^b$c | a^b$c |
|
|
| test.cpp:265:23:265:23 | a | a |
|
|
| test.cpp:268:21:268:22 | \\. | . |
|
|
| test.cpp:268:23:268:24 | \\* | * |
|
|
| test.cpp:268:25:268:26 | \\\\ | \\ |
|
|
| test.cpp:275:23:275:23 | a | a |
|
|
| test.cpp:290:20:290:21 | ab | ab |
|
|
| test.cpp:290:22:290:22 | c | c |
|
|
| test.cpp:297:20:297:20 | a | a |
|
|
| test.cpp:297:21:297:22 | \\. | . |
|
|
| test.cpp:297:23:297:23 | b | b |
|
|
| test.cpp:297:24:297:25 | \\( | ( |
|
|
| test.cpp:297:26:297:26 | c | c |
|
|
| test.cpp:297:27:297:28 | \\) | ) |
|
|
| test.cpp:299:21:299:23 | foo | foo |
|
|
| test.cpp:299:25:299:27 | bar | bar |
|
|
| test.cpp:299:30:299:33 | 2,3} | 2,3} |
|
|
| test.cpp:301:20:301:21 | aw | aw |
|
|
| test.cpp:301:22:301:22 | k | k |
|
|
| test.cpp:303:21:303:21 | x | x |
|
|
| test.cpp:303:23:303:23 | y | y |
|
|
| test.cpp:305:21:305:21 | a | a |
|
|
| test.cpp:305:24:305:24 | b | b |
|
|
| test.cpp:309:22:309:22 | a | a |
|
|
| test.cpp:309:24:309:24 | z | z |
|
|
| test.cpp:315:15:315:16 | ba | ba |
|
|
| test.cpp:315:17:315:17 | z | z |
|
|
| test.cpp:320:19:320:20 | pa | pa |
|
|
| test.cpp:320:21:320:21 | t | t |
|
|
| test.cpp:320:23:320:25 | ern | ern |
|
|
| test.cpp:330:43:330:44 | he | he |
|
|
| test.cpp:330:45:330:45 | l | l |
|
|
| test.cpp:330:47:330:47 | o | o |
|
|
| test.cpp:350:20:350:20 | a | a |
|
|
| test.cpp:380:21:380:21 | : | : |
|
|
| test.cpp:380:22:380:22 | a | a |
|
|
| test.cpp:380:23:380:23 | l | l |
|
|
| test.cpp:380:24:380:24 | p | p |
|
|
| test.cpp:380:25:380:25 | h | h |
|
|
| test.cpp:380:26:380:26 | a | a |
|
|
| test.cpp:380:27:380:27 | : | : |
|
|
| test.cpp:386:20:386:20 | a | a |
|
|
| test.cpp:386:22:386:22 | : | : |
|
|
| test.cpp:386:23:386:23 | b | b |
|
|
| test.cpp:386:24:386:24 | : | : |
|
|
| test.cpp:386:26:386:26 | c | c |
|
|
| test.cpp:393:21:393:21 | ] | ] |
|
|
| test.cpp:393:22:393:22 | a | a |
|
|
| test.cpp:393:23:393:23 | [ | [ |
|
|
| test.cpp:393:24:393:24 | : | : |
|
|
| test.cpp:393:25:393:25 | a | a |
|
|
| test.cpp:393:26:393:26 | l | l |
|
|
| test.cpp:393:27:393:27 | p | p |
|
|
| test.cpp:393:28:393:28 | h | h |
|
|
| test.cpp:393:29:393:29 | a | a |
|
|
| test.cpp:393:30:393:30 | : | : |
|
|
| test.cpp:393:32:393:32 | ] | ] |
|
|
| test.cpp:400:31:400:31 | z | z |
|
|
| test.cpp:406:21:406:21 | [ | [ |
|
|
| test.cpp:406:22:406:22 | : | : |
|
|
| test.cpp:406:23:406:23 | a | a |
|
|
| test.cpp:406:24:406:24 | l | l |
|
|
| test.cpp:406:25:406:25 | p | p |
|
|
| test.cpp:406:26:406:26 | h | h |
|
|
| test.cpp:406:27:406:27 | a | a |
|
|
| test.cpp:430:20:430:20 | a | a |
|
|
| test.cpp:430:22:430:22 | b | b |
|
|
| test.cpp:431:20:431:21 | \\s | s |
|
|
| test.cpp:436:22:436:22 | a | a |
|
|
| test.cpp:436:24:436:24 | b | b |
|
|
| test.cpp:437:22:437:23 | \\s | s |
|
|
| test.cpp:438:22:438:23 | \\( | ( |
|
|
| test.cpp:438:26:438:26 | , | , |
|
|
| test.cpp:438:27:438:28 | \\w | w |
|
|
| test.cpp:438:33:438:34 | \\) | ) |
|
|
| test.cpp:442:23:442:23 | a | a |
|
|
| test.cpp:442:25:442:25 | b | b |
|
|
| test.cpp:446:22:446:22 | a | a |
|
|
| test.cpp:446:24:446:24 | b | b |
|
|
| test.cpp:447:24:447:24 | a | a |
|
|
| test.cpp:447:26:447:26 | b | b |
|
|
| test.cpp:459:22:459:22 | a | a |
|
|
| test.cpp:459:24:459:24 | b | b |
|
|
| test.cpp:460:24:460:24 | a | a |
|
|
| test.cpp:460:26:460:26 | b | b |
|