Skip to content

Commit 970dfd9

Browse files
committed
1 parent 7226a16 commit 970dfd9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/PeachPDF/CSS/Parser/Lexer.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ private Token Data(char current)
222222
Advance();
223223
return NewGreaterThanOrEqual();
224224
}
225+
GetPrevious();
225226
return NewGreaterThan();
226227
default:
227228
return current.IsNameStart() ? IdentStart(current) : NewDelimiter(current);

0 commit comments

Comments
 (0)