test: Meta examples
This commit is contained in:
parent
1feb3893c5
commit
9b454a9669
5 changed files with 62 additions and 3 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue