Commit f1bbf7c
Update EBNF zone rule to match fastparse parser
Zone now requires minimum 2 characters and uppercase only,
matching the CharsWhileIn("A-Z0-9:.+\\-", 2) parser rule.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent dd65a57 commit f1bbf7c
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
0 commit comments