Removing trailing whitespace.
This commit is contained in:
parent
e3218de5a5
commit
a273de3c5a
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ static void test_failure_missing_reference() {
|
|||
fprintf(stderr, "🟢 Testing for missing reference node:\n");
|
||||
|
||||
// Test case for a grammar that is missing a referenced rule
|
||||
const std::string grammar_str =
|
||||
const std::string grammar_str =
|
||||
R"""(root ::= expr
|
||||
expr ::= term ("+" term)*
|
||||
term ::= numero
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue