diff options
| author | JSDurand <mmemmew@gmail.com> | 2023-08-04 10:12:04 +0800 |
|---|---|---|
| committer | JSDurand <mmemmew@gmail.com> | 2023-08-04 10:12:04 +0800 |
| commit | 7033187abaf42772097377c0a1ffc2cd4cefdada (patch) | |
| tree | 4fe0801fd07d965d009570f984c88af363a5bc7e /grammar/abnf grammars | |
| parent | 228b51fe7941e2b180ee3ea99dfea4bfcbd6770b (diff) | |
minor adjustments
Not bug deals but adjustments of details.
Diffstat (limited to 'grammar/abnf grammars')
| -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" |
