mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 15:13:28 +00:00
wip
This commit is contained in:
@@ -204,7 +204,7 @@ pub const Parser = struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const c = p.s[p.i];
|
const c = p.s[p.i];
|
||||||
if (!nameStart(c) and c != '\\') {
|
if (!(nameStart(c) or c == '\\')) {
|
||||||
return ParseError.ExpectedSelector;
|
return ParseError.ExpectedSelector;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user