Commit 8f12378
Skip badEntity.riddl in EBNF validators as include fragment
CI's ebnf-grammar-validation job (TatSu validator) walks every
`*.riddl` under `**/input/**` and tries to parse each one as a
standalone RIDDL file. `badEntity.riddl` is a context-level
fragment included by `badDomain.riddl` (and additionally
intentionally malformed to exercise the missing-`}` regression
in `TopLevelParserTest`), so it cannot be parsed standalone.
Added to `INCLUDE_FRAGMENTS` in both `ebnf_tatsu_validator.py`
and `ebnf_validator.py`, alongside the existing fragment skip
entries.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 219c6ac commit 8f12378
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
0 commit comments