summaryrefslogtreecommitdiff
path: root/keama/tests/class4.in4
diff options
context:
space:
mode:
Diffstat (limited to 'keama/tests/class4.in4')
-rw-r--r--keama/tests/class4.in414
1 files changed, 14 insertions, 0 deletions
diff --git a/keama/tests/class4.in4 b/keama/tests/class4.in4
new file mode 100644
index 00000000..75ec0057
--- /dev/null
+++ b/keama/tests/class4.in4
@@ -0,0 +1,14 @@
+# class declaration config
+
+# authoritative is mandatory
+authoritative;
+
+# options
+option mysystem code 250 = text;
+option myversion code 251 = unsigned integer 16;
+
+# class declaration
+class "foobar" {
+ match if option mysystem = "version1";
+ option myversion 1;
+}