summaryrefslogtreecommitdiffstats
path: root/filter/test.conf2
diff options
context:
space:
mode:
Diffstat (limited to 'filter/test.conf2')
-rw-r--r--filter/test.conf24
1 files changed, 4 insertions, 0 deletions
diff --git a/filter/test.conf2 b/filter/test.conf2
index 055e49a..60bdd96 100644
--- a/filter/test.conf2
+++ b/filter/test.conf2
@@ -36,6 +36,10 @@ protocol static {
print scope;
scope = SCOPE_HOST;
print scope;
+ if !(scope ~ [ SCOPE_HOST, SCOPE_SITE ]) then {
+ print "Failed in test";
+ quitbird;
+ }
preference = 15;
print preference;