diff options
Diffstat (limited to 'grammar')
-rw-r--r-- | grammar/abnf grammars/test.abnf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grammar/abnf grammars/test.abnf b/grammar/abnf grammars/test.abnf index 1c3a884..d58bfcb 100644 --- a/grammar/abnf grammars/test.abnf +++ b/grammar/abnf grammars/test.abnf @@ -10,7 +10,7 @@ title = 1*"TEXT" star = %x2A -note = "note:" note-content %xA *( "SP" / %xA ) +note = "note:" "SP" note-content %xA *( "SP" / %xA ) note-content = 1*"TEXT" |