Commit 610f2a3
committed
Note why fsm_union_repeated_pattern_group depends on re_comp.
This may not be necessary in the future, but currently analyze_group_nfa
in union.c depends on knowing that re_comp will always assign the true
unanchored start loop an earlier state ID than the unanchored end loop
in order to properly link a few ambiguous cases.1 parent 255e426 commit 610f2a3
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
62 | 65 | | |
63 | 66 | | |
64 | 67 | | |
| |||
0 commit comments