1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

Revert reversion

This commit is contained in:
Raymond Hill 2022-11-17 13:39:19 -05:00
parent f46e5ef3b5
commit 122b84a6bc
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -3046,7 +3046,7 @@ Parser.utils = Parser.prototype.utils = (( ) => {
node.flags.NegativeLookAhead === 1 ||
node.flags.NegativeLookBehind === 1
) {
return '\x01';
return '';
}
return this.tokenizableStrFromNode(node.val);
}