datalog: parser rejection tests for invalid relation names (233/233)
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 56s

This commit is contained in:
2026-05-08 14:16:31 +00:00
parent 0985dc6386
commit 21c541bd1b
3 changed files with 16 additions and 6 deletions

View File

@@ -1,11 +1,11 @@
# datalog scoreboard
**231 / 231 passing** (0 failure(s)).
**233 / 233 passing** (0 failure(s)).
| Suite | Passed | Total | Status |
|-------|--------|-------|--------|
| tokenize | 26 | 26 | ok |
| parse | 18 | 18 | ok |
| parse | 20 | 20 | ok |
| unify | 28 | 28 | ok |
| eval | 32 | 32 | ok |
| builtins | 20 | 20 | ok |