@@ -8,7 +8,7 @@ groupNumber
88| test.cpp:108:21:108:30 | (?<id>\\w+) | 1 |
99| test.cpp:112:23:112:26 | (a+) | 1 |
1010| test.cpp:113:23:113:32 | (?<qux>q+) | 1 |
11- | test.cpp:153:24 :153:31 | ([,\\w]+) | 1 |
11+ | test.cpp:153:26 :153:33 | ([,\\w]+) | 1 |
1212term
1313| test.cpp:33:21:33:23 | abc | RegExpConstant,RegExpNormalChar |
1414| test.cpp:36:22:36:22 | a | RegExpConstant,RegExpNormalChar |
@@ -201,41 +201,41 @@ term
201201| test.cpp:128:37:128:39 | a-f | RegExpCharacterRange |
202202| test.cpp:128:39:128:39 | f | RegExpConstant,RegExpNormalChar |
203203| test.cpp:131:24:131:32 | [:digit:] | RegExpNamedCharacterProperty |
204- | test.cpp:136:21:136:26 | \\u{987 | RegExpConstant,RegExpEscape |
204+ | test.cpp:136:21:136:26 | \\u9879 | RegExpConstant,RegExpEscape |
205205| test.cpp:144:23:144:23 | a | RegExpConstant,RegExpNormalChar |
206206| test.cpp:144:23:144:24 | a+ | RegExpPlus |
207207| test.cpp:144:23:144:25 | a+b | RegExpSequence |
208208| test.cpp:144:25:144:25 | b | RegExpConstant,RegExpNormalChar |
209- | test.cpp:147:21 :147:21 | a | RegExpConstant,RegExpNormalChar |
210- | test.cpp:147:21 :147:22 | a+ | RegExpPlus |
211- | test.cpp:147:21 :147:23 | a+b | RegExpSequence |
212- | test.cpp:147:23 :147:23 | b | RegExpConstant,RegExpNormalChar |
213- | test.cpp:150:22 :150:23 | \\s | RegExpCharacterClassEscape |
214- | test.cpp:150:22 :150:24 | \\s+ | RegExpPlus |
215- | test.cpp:150:22 :150:25 | \\s+$ | RegExpSequence |
216- | test.cpp:150:25 :150:25 | $ | RegExpDollar |
217- | test.cpp:153:22 :153:23 | \\( | RegExpConstant,RegExpEscape |
218- | test.cpp:153:22 :153:35 | \\(([,\\w]+)+\\)$ | RegExpSequence |
219- | test.cpp:153:24 :153:31 | ([,\\w]+) | RegExpGroup |
220- | test.cpp:153:24 :153:32 | ([,\\w]+)+ | RegExpPlus |
221- | test.cpp:153:25 :153:29 | [,\\w] | RegExpCharacterClass |
222- | test.cpp:153:25 :153:30 | [,\\w]+ | RegExpPlus |
223- | test.cpp:153:26 :153:26 | , | RegExpConstant,RegExpNormalChar |
224- | test.cpp:153:27 :153:28 | \\w | RegExpCharacterClassEscape |
225- | test.cpp:153:33 :153:34 | \\) | RegExpConstant,RegExpEscape |
226- | test.cpp:153:35 :153:35 | $ | RegExpDollar |
227- | test.cpp:156:22 :156:22 | a | RegExpConstant,RegExpNormalChar |
228- | test.cpp:156:22 :156:23 | a+ | RegExpPlus |
229- | test.cpp:156:22 :156:24 | a+b | RegExpSequence |
230- | test.cpp:156:24 :156:24 | b | RegExpConstant,RegExpNormalChar |
231- | test.cpp:159:23 :159:23 | a | RegExpConstant,RegExpNormalChar |
232- | test.cpp:159:23 :159:24 | a+ | RegExpPlus |
233- | test.cpp:159:23 :159:25 | a+b | RegExpSequence |
234- | test.cpp:159:25 :159:25 | b | RegExpConstant,RegExpNormalChar |
235- | test.cpp:162:27 :162:27 | a | RegExpConstant,RegExpNormalChar |
236- | test.cpp:162:27 :162:28 | a+ | RegExpPlus |
237- | test.cpp:162:27 :162:29 | a+b | RegExpSequence |
238- | test.cpp:162:29 :162:29 | b | RegExpConstant,RegExpNormalChar |
209+ | test.cpp:147:23 :147:23 | a | RegExpConstant,RegExpNormalChar |
210+ | test.cpp:147:23 :147:24 | a+ | RegExpPlus |
211+ | test.cpp:147:23 :147:25 | a+b | RegExpSequence |
212+ | test.cpp:147:25 :147:25 | b | RegExpConstant,RegExpNormalChar |
213+ | test.cpp:150:24 :150:25 | \\s | RegExpCharacterClassEscape |
214+ | test.cpp:150:24 :150:26 | \\s+ | RegExpPlus |
215+ | test.cpp:150:24 :150:27 | \\s+$ | RegExpSequence |
216+ | test.cpp:150:27 :150:27 | $ | RegExpDollar |
217+ | test.cpp:153:24 :153:25 | \\( | RegExpConstant,RegExpEscape |
218+ | test.cpp:153:24 :153:37 | \\(([,\\w]+)+\\)$ | RegExpSequence |
219+ | test.cpp:153:26 :153:33 | ([,\\w]+) | RegExpGroup |
220+ | test.cpp:153:26 :153:34 | ([,\\w]+)+ | RegExpPlus |
221+ | test.cpp:153:27 :153:31 | [,\\w] | RegExpCharacterClass |
222+ | test.cpp:153:27 :153:32 | [,\\w]+ | RegExpPlus |
223+ | test.cpp:153:28 :153:28 | , | RegExpConstant,RegExpNormalChar |
224+ | test.cpp:153:29 :153:30 | \\w | RegExpCharacterClassEscape |
225+ | test.cpp:153:35 :153:36 | \\) | RegExpConstant,RegExpEscape |
226+ | test.cpp:153:37 :153:37 | $ | RegExpDollar |
227+ | test.cpp:156:25 :156:25 | a | RegExpConstant,RegExpNormalChar |
228+ | test.cpp:156:25 :156:26 | a+ | RegExpPlus |
229+ | test.cpp:156:25 :156:27 | a+b | RegExpSequence |
230+ | test.cpp:156:27 :156:27 | b | RegExpConstant,RegExpNormalChar |
231+ | test.cpp:159:24 :159:24 | a | RegExpConstant,RegExpNormalChar |
232+ | test.cpp:159:24 :159:25 | a+ | RegExpPlus |
233+ | test.cpp:159:24 :159:26 | a+b | RegExpSequence |
234+ | test.cpp:159:26 :159:26 | b | RegExpConstant,RegExpNormalChar |
235+ | test.cpp:162:30 :162:30 | a | RegExpConstant,RegExpNormalChar |
236+ | test.cpp:162:30 :162:31 | a+ | RegExpPlus |
237+ | test.cpp:162:30 :162:32 | a+b | RegExpSequence |
238+ | test.cpp:162:32 :162:32 | b | RegExpConstant,RegExpNormalChar |
239239| test.cpp:166:22:166:23 | \\s | RegExpCharacterClassEscape |
240240| test.cpp:166:22:166:24 | \\s+ | RegExpPlus |
241241| test.cpp:169:22:169:22 | a | RegExpConstant,RegExpNormalChar |
@@ -318,22 +318,22 @@ regExpNormalCharValue
318318| test.cpp:128:27:128:27 | F | F |
319319| test.cpp:128:37:128:37 | a | a |
320320| test.cpp:128:39:128:39 | f | f |
321- | test.cpp:136:21:136:26 | \\u{987 | \u0987 |
321+ | test.cpp:136:21:136:26 | \\u9879 | \u9879 |
322322| test.cpp:144:23:144:23 | a | a |
323323| test.cpp:144:25:144:25 | b | b |
324- | test.cpp:147:21 :147:21 | a | a |
325- | test.cpp:147:23 :147:23 | b | b |
326- | test.cpp:150:22 :150:23 | \\s | s |
327- | test.cpp:153:22 :153:23 | \\( | ( |
328- | test.cpp:153:26 :153:26 | , | , |
329- | test.cpp:153:27 :153:28 | \\w | w |
330- | test.cpp:153:33 :153:34 | \\) | ) |
331- | test.cpp:156:22 :156:22 | a | a |
332- | test.cpp:156:24 :156:24 | b | b |
333- | test.cpp:159:23 :159:23 | a | a |
334- | test.cpp:159:25 :159:25 | b | b |
335- | test.cpp:162:27 :162:27 | a | a |
336- | test.cpp:162:29 :162:29 | b | b |
324+ | test.cpp:147:23 :147:23 | a | a |
325+ | test.cpp:147:25 :147:25 | b | b |
326+ | test.cpp:150:24 :150:25 | \\s | s |
327+ | test.cpp:153:24 :153:25 | \\( | ( |
328+ | test.cpp:153:28 :153:28 | , | , |
329+ | test.cpp:153:29 :153:30 | \\w | w |
330+ | test.cpp:153:35 :153:36 | \\) | ) |
331+ | test.cpp:156:25 :156:25 | a | a |
332+ | test.cpp:156:27 :156:27 | b | b |
333+ | test.cpp:159:24 :159:24 | a | a |
334+ | test.cpp:159:26 :159:26 | b | b |
335+ | test.cpp:162:30 :162:30 | a | a |
336+ | test.cpp:162:32 :162:32 | b | b |
337337| test.cpp:166:22:166:23 | \\s | s |
338338| test.cpp:169:22:169:22 | a | a |
339339| test.cpp:169:23:169:24 | \\. | . |
0 commit comments