Commit 661a0b7
committed
aver: regex-match effects opener under arbitrary whitespace (CR review)
The opener check used startswith("effects [", "effects["), which misses
LLM output with non-canonical whitespace (multiple spaces, tab) between
the keyword and the bracket — variants the Aver parser still accepts.
Replace the prefix tuple with _AVER_EFFECTS_OPEN_RE = re.compile(
r"^effects\\s*\\[") and cover the variants in TestStripModuleEffects.1 parent b0545a7 commit 661a0b7
2 files changed
Lines changed: 25 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
947 | 947 | | |
948 | 948 | | |
949 | 949 | | |
| 950 | + | |
| 951 | + | |
| 952 | + | |
| 953 | + | |
| 954 | + | |
| 955 | + | |
| 956 | + | |
| 957 | + | |
| 958 | + | |
| 959 | + | |
| 960 | + | |
| 961 | + | |
| 962 | + | |
| 963 | + | |
| 964 | + | |
| 965 | + | |
| 966 | + | |
| 967 | + | |
| 968 | + | |
| 969 | + | |
| 970 | + | |
950 | 971 | | |
951 | 972 | | |
952 | 973 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
566 | 566 | | |
567 | 567 | | |
568 | 568 | | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
569 | 572 | | |
570 | 573 | | |
571 | 574 | | |
| |||
617 | 620 | | |
618 | 621 | | |
619 | 622 | | |
620 | | - | |
| 623 | + | |
621 | 624 | | |
622 | 625 | | |
623 | 626 | | |
| |||
0 commit comments