diff --git a/integration/test_ok/grammar.html b/integration/test_ok/grammar.html index 5e207c0..2394e4a 100644 --- a/integration/test_ok/grammar.html +++ b/integration/test_ok/grammar.html @@ -1,13 +1,13 @@ -

Grammar

grammar-file
+

Grammar

grammar-file
ruleset(used by grammar-file)
rule(used by ruleset)
-

Expression

expr-choice(used by ruleexpr-group)
+

Expression

expr-choice(used by ruleexpr-group)
expr-sequence(used by expr-choice)
expr-negate(used by expr-sequence)
expr-quantified(used by expr-negate)
expr-group(used by expr-quantified)
-

Lexical Grammar

quantifier(used by expr-quantified)
?|+|*
+

Lexical Grammar

quantifier(used by expr-quantified)
?|+|*
newline(used by ruleset)
[ \t\n]* [\n]
comment(used by ruleset)
# ~[\n]
identifier(used by ruleexpr-primary)
[a-zA-Z] [a-zA-Z-]*