xo-reader2: bugfix in DDefineExpr
This commit is contained in:
parent
19b6caa89d
commit
535f48e202
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ namespace xo {
|
|||
auto & result = parser.on_token(Token::symbol_token("foo"));
|
||||
|
||||
REQUIRE(parser.has_incomplete_expr() == true);
|
||||
REQUIRE(result.is_error());
|
||||
REQUIRE(result.is_incomplete());
|
||||
}
|
||||
|
||||
// define-expressions not properly implemented
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue