From 8b2b3c1f7eea41c63196c4147aca8d3be7a0f2da Mon Sep 17 00:00:00 2001 From: Fabrice Reix Date: Sat, 14 Oct 2023 20:46:35 +0200 Subject: [PATCH] Fix extra space --- integration/test_ok/grammar.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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-]*