We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f1dea1 commit 5d7a459Copy full SHA for 5d7a459
tests/test-grammar-integration.cpp
@@ -279,7 +279,7 @@ static void test_failure_missing_reference() {
279
fprintf(stderr, "🟢 Testing for missing reference node:\n");
280
281
// Test case for a grammar that is missing a referenced rule
282
- const std::string grammar_str =
+ const std::string grammar_str =
283
R"""(root ::= expr
284
expr ::= term ("+" term)*
285
term ::= numero
0 commit comments