From 74a2fbe54ba10676827cfad5f18e200ea271d68b Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Thu, 26 Sep 2013 09:39:33 +0200 Subject: [PATCH] Add testcase --- test.rulebook | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test.rulebook b/test.rulebook index 197a68b..de9126a 100644 --- a/test.rulebook +++ b/test.rulebook @@ -10,7 +10,8 @@ remote => *abcde-fghij-00000-00001 => *abcde-fghij-00000-00002 => $attr[category] = "video" and ($attr[original_filetype] = "mpeg" or $attr[original_filetype] = "mpg") - => :RoundRobin(*mpeg_nodes) + => :RoundRobin(*mpeg_nodes) + => $attr[herp1] = "derp1" or $attr[herp2] = "derp2" and $attr[herp3] = "derp3" or $attr[herp4] = "derp4" or $attr[herp5] = "derp5" and $attr[herp6] = "derp6" or $attr[herp7] = "derp7" => $attr[command] = "whois" => :WhoisDistributor(*whois_nodes) => $attr[command] = "dummy"