System/Libraries/Css/Tokenizer: Bugfix for descendant combinators
This commit is contained in:
parent
dc14bc4dd8
commit
91f8fd3fad
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ U0 @css_tokenize_and_create_rules_from_buffer(JsonArray* rules, U8* buffer, I64
|
||||||
case '\t':
|
case '\t':
|
||||||
case '\r':
|
case '\r':
|
||||||
case '\n':
|
case '\n':
|
||||||
FifoU8Peek(t.match_fifo, &check_whitespace_char);
|
FifoU8Last(t.match_fifo, &check_whitespace_char);
|
||||||
if (check_whitespace_char != ' ') {
|
if (check_whitespace_char != ' ') {
|
||||||
FifoU8Ins(t.match_fifo, ' ');
|
FifoU8Ins(t.match_fifo, ' ');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue