Open vs-savchenko opened 5 years ago
Katana will crash trying to parse '[|att]' selector.
Example:
<html><head><style>[|att] {color: green;}</style></head><body><p>Some text</p></body></html>
Is it possible to have Bison source files?
fixed!
https://github.com/hackers-painters/katana-parser/pull/27
Katana will crash trying to parse '[|att]' selector.
Example: