test: Meta examples

This commit is contained in:
Tibo De Peuter 2025-05-08 19:14:48 +02:00
parent 1feb3893c5
commit 9b454a9669
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
5 changed files with 62 additions and 3 deletions

View file

@ -32,7 +32,7 @@ class LogicGrammarTests {
"male(jimmy).",
"female(mary).",
"not(not(true)).",
"not(a, not(b, c), d, not(not(a)))."
"not(a,not(b,c),d,not(not(a)))."
])
fun `parse simple fact`(input: String) {
val result = parser.parseToEnd(input)