From 2a6e823f2bd04a58449428ef480b8d4a77f03832 Mon Sep 17 00:00:00 2001 From: scripthunter7 Date: Tue, 2 Apr 2024 15:58:59 +0200 Subject: [PATCH] update test rules --- test/static/rules/test_rules.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test/static/rules/test_rules.txt b/test/static/rules/test_rules.txt index 2bcbeee..05a062c 100644 --- a/test/static/rules/test_rules.txt +++ b/test/static/rules/test_rules.txt @@ -440,3 +440,11 @@ example.com##.ads ! https://github.com/AdguardTeam/VscodeAdblockSyntax/issues/119 #@#+js(ubo-scriptlet0, arg0, arg1, arg2) example.com#@$#abp-snippet0 arg0 arg1 arg2 + +! https://github.com/AdguardTeam/VscodeAdblockSyntax/issues/132 +! empty blocking rule should be invalid +#%#//scriptlet() +#%#//scriptlet( ) +! empty exception rule should be valid +#@%#//scriptlet() +#@%#//scriptlet( )