mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 07:23:53 +01:00
ircd::rfc1459: Modify the tape grammar to accept empty terminated inputs.
This commit is contained in:
parent
c706357db7
commit
fe7a1faccb
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ rfc1459::grammar<it, top>::grammar(qi::rule<it, top> &top_rule)
|
|||
}
|
||||
,tape
|
||||
{
|
||||
+(line >> +terminator)
|
||||
+(-line >> +terminator)
|
||||
,"tape"
|
||||
}
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue