mirror of
https://git.checksum.fail/alec/erythros
synced 2025-12-11 13:39:55 +02:00
System/Libraries/Css/Tokenizer: Bugfix for descendant combinators
This commit is contained in:
@@ -262,7 +262,7 @@ U0 @css_tokenize_and_create_rules_from_buffer(JsonArray* rules, U8* buffer, I64
|
||||
case '\t':
|
||||
case '\r':
|
||||
case '\n':
|
||||
FifoU8Peek(t.match_fifo, &check_whitespace_char);
|
||||
FifoU8Last(t.match_fifo, &check_whitespace_char);
|
||||
if (check_whitespace_char != ' ') {
|
||||
FifoU8Ins(t.match_fifo, ' ');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user