Commit 0dca3b6
committed
fix(isc): field_value rejects { to allow braced generic fields
The field_value raw-capture rule was matching opening braces, preventing
the braced(raw_text) alternative from being tried. Now field_value
excludes { so generic fields like 'original_description { CJK text }'
parse correctly.
Verification: 276/289 (96%), 11 ISC fail, 0 differ.1 parent 74af9ca commit 0dca3b6
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
117 | 119 | | |
118 | 120 | | |
119 | 121 | | |
120 | 122 | | |
121 | | - | |
| 123 | + | |
122 | 124 | | |
123 | 125 | | |
124 | 126 | | |
| |||
0 commit comments