Commit aa4c700
Address review comments about quoted subsection validation
Review feedback: Section-name validation treated closing brackets as quoted data when an opening quote was unterminated, ended with a trailing escape, or was not a valid quoted-subsection opener. The regression matrix lacked those malformed forms.
Only enter quoted-subsection state when the opening quote follows whitespace, and reject names whose quote state remains open after scanning. Extend the writer-entry-point regression matrix with invalid-position, unterminated, and trailing-escape cases while retaining the valid quoted-bracket case.1 parent ecd6844 commit aa4c700
2 files changed
Lines changed: 17 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
900 | 900 | | |
901 | 901 | | |
902 | 902 | | |
903 | | - | |
| 903 | + | |
904 | 904 | | |
905 | 905 | | |
906 | 906 | | |
907 | 907 | | |
908 | 908 | | |
| 909 | + | |
| 910 | + | |
909 | 911 | | |
910 | 912 | | |
911 | 913 | | |
| 914 | + | |
| 915 | + | |
912 | 916 | | |
913 | 917 | | |
914 | 918 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
201 | 207 | | |
202 | 208 | | |
203 | 209 | | |
204 | 210 | | |
205 | 211 | | |
206 | | - | |
| 212 | + | |
207 | 213 | | |
208 | | - | |
| 214 | + | |
209 | 215 | | |
210 | | - | |
| 216 | + | |
211 | 217 | | |
212 | | - | |
| 218 | + | |
213 | 219 | | |
214 | | - | |
| 220 | + | |
215 | 221 | | |
216 | 222 | | |
217 | 223 | | |
| |||
0 commit comments