fix: single \r will be consider as blank line
This commit is contained in:
parent
b6e86a128a
commit
a269f2f258
23 changed files with 101 additions and 305 deletions
|
|
@ -130,8 +130,7 @@ fn parse() {
|
|||
COLON@59..60 ":"
|
||||
TEXT@60..62 "00"
|
||||
NEW_LINE@62..63 "\n"
|
||||
BLANK_LINE@63..64
|
||||
NEW_LINE@63..64 "\n"
|
||||
BLANK_LINE@63..64 "\n"
|
||||
"###
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue