Support rule files for scramble_korapxml tool

Change-Id: Ifdff8e6ccdb3c858321da338e14f75085bdee795
diff --git a/t/tools/example_rules.json b/t/tools/example_rules.json
new file mode 100644
index 0000000..a2117ea
--- /dev/null
+++ b/t/tools/example_rules.json
@@ -0,0 +1,11 @@
+[
+  [
+    "dgd/annot.xml",
+    [
+      ["f[name=trans]", "="],
+      ["f[name=lemma]", "^"],
+      ["f[name=pos]", "~"]
+    ]
+  ],
+  ["struct/structure.xml"]
+]