@@ -27,7 +27,7 @@ groupNumber
2727| test.cpp:361:19:361:32 | ([[:alpha:]]+) | 1 |
2828| test.cpp:415:21:415:58 | ([[:alpha:]]+[[:digit:]]*[[:space:]]?) | 1 |
2929| test.cpp:415:60:415:85 | ([[:punct:]]\|[[:xdigit:]]) | 2 |
30- | test.cpp:438:22 :438:29 | ([,\\w]+) | 1 |
30+ | test.cpp:438:24 :438:31 | ([,\\w]+) | 1 |
3131term
3232| test.cpp:133:20:133:20 | a | RegExpConstant,RegExpNormalChar |
3333| test.cpp:133:20:133:21 | a* | RegExpStar |
@@ -530,44 +530,44 @@ term
530530| test.cpp:430:22:430:22 | b | RegExpConstant,RegExpNormalChar |
531531| test.cpp:431:20:431:21 | \\s | RegExpCharacterClassEscape |
532532| test.cpp:431:20:431:22 | \\s+ | RegExpPlus |
533- | test.cpp:436:20 :436:20 | a | RegExpConstant,RegExpNormalChar |
534- | test.cpp:436:20 :436:21 | a+ | RegExpPlus |
535- | test.cpp:436:20 :436:22 | a+b | RegExpSequence |
536- | test.cpp:436:22 :436:22 | b | RegExpConstant,RegExpNormalChar |
537- | test.cpp:437:20 :437:21 | \\s | RegExpCharacterClassEscape |
538- | test.cpp:437:20 :437:22 | \\s+ | RegExpPlus |
539- | test.cpp:437:20 :437:23 | \\s+$ | RegExpSequence |
540- | test.cpp:437:23 :437:23 | $ | RegExpDollar |
541- | test.cpp:438:20 :438:21 | \\( | RegExpConstant,RegExpEscape |
542- | test.cpp:438:20 :438:33 | \\(([,\\w]+)+\\)$ | RegExpSequence |
543- | test.cpp:438:22 :438:29 | ([,\\w]+) | RegExpGroup |
544- | test.cpp:438:22 :438:30 | ([,\\w]+)+ | RegExpPlus |
545- | test.cpp:438:23 :438:27 | [,\\w] | RegExpCharacterClass |
546- | test.cpp:438:23 :438:28 | [,\\w]+ | RegExpPlus |
547- | test.cpp:438:24 :438:24 | , | RegExpConstant,RegExpNormalChar |
548- | test.cpp:438:25 :438:26 | \\w | RegExpCharacterClassEscape |
549- | test.cpp:438:31 :438:32 | \\) | RegExpConstant,RegExpEscape |
550- | test.cpp:438:33 :438:33 | $ | RegExpDollar |
551- | test.cpp:442:20 :442:20 | a | RegExpConstant,RegExpNormalChar |
552- | test.cpp:442:20 :442:21 | a+ | RegExpPlus |
553- | test.cpp:442:20 :442:22 | a+b | RegExpSequence |
554- | test.cpp:442:22 :442:22 | b | RegExpConstant,RegExpNormalChar |
555- | test.cpp:446:21 :446:21 | a | RegExpConstant,RegExpNormalChar |
556- | test.cpp:446:21 :446:22 | a+ | RegExpPlus |
557- | test.cpp:446:21 :446:23 | a+b | RegExpSequence |
558- | test.cpp:446:23 :446:23 | b | RegExpConstant,RegExpNormalChar |
559- | test.cpp:447:21 :447:21 | a | RegExpConstant,RegExpNormalChar |
560- | test.cpp:447:21 :447:22 | a+ | RegExpPlus |
561- | test.cpp:447:21 :447:23 | a+b | RegExpSequence |
562- | test.cpp:447:23 :447:23 | b | RegExpConstant,RegExpNormalChar |
563- | test.cpp:459:20 :459:20 | a | RegExpConstant,RegExpNormalChar |
564- | test.cpp:459:20 :459:21 | a+ | RegExpPlus |
565- | test.cpp:459:20 :459:22 | a+b | RegExpSequence |
566- | test.cpp:459:22 :459:22 | b | RegExpConstant,RegExpNormalChar |
567- | test.cpp:460:20 :460:20 | a | RegExpConstant,RegExpNormalChar |
568- | test.cpp:460:20 :460:21 | a+ | RegExpPlus |
569- | test.cpp:460:20 :460:22 | a+b | RegExpSequence |
570- | test.cpp:460:22 :460:22 | b | RegExpConstant,RegExpNormalChar |
533+ | test.cpp:436:22 :436:22 | a | RegExpConstant,RegExpNormalChar |
534+ | test.cpp:436:22 :436:23 | a+ | RegExpPlus |
535+ | test.cpp:436:22 :436:24 | a+b | RegExpSequence |
536+ | test.cpp:436:24 :436:24 | b | RegExpConstant,RegExpNormalChar |
537+ | test.cpp:437:22 :437:23 | \\s | RegExpCharacterClassEscape |
538+ | test.cpp:437:22 :437:24 | \\s+ | RegExpPlus |
539+ | test.cpp:437:22 :437:25 | \\s+$ | RegExpSequence |
540+ | test.cpp:437:25 :437:25 | $ | RegExpDollar |
541+ | test.cpp:438:22 :438:23 | \\( | RegExpConstant,RegExpEscape |
542+ | test.cpp:438:22 :438:35 | \\(([,\\w]+)+\\)$ | RegExpSequence |
543+ | test.cpp:438:24 :438:31 | ([,\\w]+) | RegExpGroup |
544+ | test.cpp:438:24 :438:32 | ([,\\w]+)+ | RegExpPlus |
545+ | test.cpp:438:25 :438:29 | [,\\w] | RegExpCharacterClass |
546+ | test.cpp:438:25 :438:30 | [,\\w]+ | RegExpPlus |
547+ | test.cpp:438:26 :438:26 | , | RegExpConstant,RegExpNormalChar |
548+ | test.cpp:438:27 :438:28 | \\w | RegExpCharacterClassEscape |
549+ | test.cpp:438:33 :438:34 | \\) | RegExpConstant,RegExpEscape |
550+ | test.cpp:438:35 :438:35 | $ | RegExpDollar |
551+ | test.cpp:442:23 :442:23 | a | RegExpConstant,RegExpNormalChar |
552+ | test.cpp:442:23 :442:24 | a+ | RegExpPlus |
553+ | test.cpp:442:23 :442:25 | a+b | RegExpSequence |
554+ | test.cpp:442:25 :442:25 | b | RegExpConstant,RegExpNormalChar |
555+ | test.cpp:446:22 :446:22 | a | RegExpConstant,RegExpNormalChar |
556+ | test.cpp:446:22 :446:23 | a+ | RegExpPlus |
557+ | test.cpp:446:22 :446:24 | a+b | RegExpSequence |
558+ | test.cpp:446:24 :446:24 | b | RegExpConstant,RegExpNormalChar |
559+ | test.cpp:447:24 :447:24 | a | RegExpConstant,RegExpNormalChar |
560+ | test.cpp:447:24 :447:25 | a+ | RegExpPlus |
561+ | test.cpp:447:24 :447:26 | a+b | RegExpSequence |
562+ | test.cpp:447:26 :447:26 | b | RegExpConstant,RegExpNormalChar |
563+ | test.cpp:459:22 :459:22 | a | RegExpConstant,RegExpNormalChar |
564+ | test.cpp:459:22 :459:23 | a+ | RegExpPlus |
565+ | test.cpp:459:22 :459:24 | a+b | RegExpSequence |
566+ | test.cpp:459:24 :459:24 | b | RegExpConstant,RegExpNormalChar |
567+ | test.cpp:460:24 :460:24 | a | RegExpConstant,RegExpNormalChar |
568+ | test.cpp:460:24 :460:25 | a+ | RegExpPlus |
569+ | test.cpp:460:24 :460:26 | a+b | RegExpSequence |
570+ | test.cpp:460:26 :460:26 | b | RegExpConstant,RegExpNormalChar |
571571regExpNormalCharValue
572572| test.cpp:133:20:133:20 | a | a |
573573| test.cpp:133:22:133:22 | b | b |
@@ -765,20 +765,20 @@ regExpNormalCharValue
765765| test.cpp:430:20:430:20 | a | a |
766766| test.cpp:430:22:430:22 | b | b |
767767| test.cpp:431:20:431:21 | \\s | s |
768- | test.cpp:436:20 :436:20 | a | a |
769- | test.cpp:436:22 :436:22 | b | b |
770- | test.cpp:437:20 :437:21 | \\s | s |
771- | test.cpp:438:20 :438:21 | \\( | ( |
772- | test.cpp:438:24 :438:24 | , | , |
773- | test.cpp:438:25 :438:26 | \\w | w |
774- | test.cpp:438:31 :438:32 | \\) | ) |
775- | test.cpp:442:20 :442:20 | a | a |
776- | test.cpp:442:22 :442:22 | b | b |
777- | test.cpp:446:21 :446:21 | a | a |
778- | test.cpp:446:23 :446:23 | b | b |
779- | test.cpp:447:21 :447:21 | a | a |
780- | test.cpp:447:23 :447:23 | b | b |
781- | test.cpp:459:20 :459:20 | a | a |
782- | test.cpp:459:22 :459:22 | b | b |
783- | test.cpp:460:20 :460:20 | a | a |
784- | test.cpp:460:22 :460:22 | b | b |
768+ | test.cpp:436:22 :436:22 | a | a |
769+ | test.cpp:436:24 :436:24 | b | b |
770+ | test.cpp:437:22 :437:23 | \\s | s |
771+ | test.cpp:438:22 :438:23 | \\( | ( |
772+ | test.cpp:438:26 :438:26 | , | , |
773+ | test.cpp:438:27 :438:28 | \\w | w |
774+ | test.cpp:438:33 :438:34 | \\) | ) |
775+ | test.cpp:442:23 :442:23 | a | a |
776+ | test.cpp:442:25 :442:25 | b | b |
777+ | test.cpp:446:22 :446:22 | a | a |
778+ | test.cpp:446:24 :446:24 | b | b |
779+ | test.cpp:447:24 :447:24 | a | a |
780+ | test.cpp:447:26 :447:26 | b | b |
781+ | test.cpp:459:22 :459:22 | a | a |
782+ | test.cpp:459:24 :459:24 | b | b |
783+ | test.cpp:460:24 :460:24 | a | a |
784+ | test.cpp:460:26 :460:26 | b | b |
0 commit comments