commit | cbf098a3f61c2261327d25da5f15189038ca2fe1 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Mon Apr 27 17:56:42 2020 +0200 |
committer | Akron <nils@diewald-online.de> | Mon Apr 27 17:56:42 2020 +0200 |
tree | e2ad4acceb14829dabcc4b6667c2a528c8064134 | |
parent | 59a0e4b3090a1ba22f2899ea633dafb1ce779e65 [diff] |
Support scrambling of header files in scramble_korapxml tool Change-Id: Ia87ef3f1164f16c2dd8bd2163a0dac25ca44aeec
diff --git a/t/tools/example_rules.json b/t/tools/example_rules.json index a2117ea..dc3fc6d 100644 --- a/t/tools/example_rules.json +++ b/t/tools/example_rules.json
@@ -7,5 +7,13 @@ ["f[name=pos]", "~"] ] ], - ["struct/structure.xml"] + ["struct/structure.xml"], + [ + "header.xml", + [ + ["forename"] + ] + ], + ["../header.xml"], + ["../../header.xml"] ]