Fixed typo.
This commit is contained in:
parent
b0388b9b28
commit
d4ce0d54e8
@ -18,7 +18,7 @@ TEST_CASE("[completion] Rules are completed", "[completion]")
|
|||||||
context.simplify = true;
|
context.simplify = true;
|
||||||
context.complete = true;
|
context.complete = true;
|
||||||
|
|
||||||
SECTION("predicte in single rule head")
|
SECTION("predicate in single rule head")
|
||||||
{
|
{
|
||||||
input << "p :- q.";
|
input << "p :- q.";
|
||||||
REQUIRE_NOTHROW(anthem::translate("input", input, context));
|
REQUIRE_NOTHROW(anthem::translate("input", input, context));
|
||||||
|
Loading…
Reference in New Issue
Block a user