Add missing testdata
Change-Id: I8ba7b46caf62f9594bea5c27c956fb7cb9a73b26
diff --git a/testdata/example-config.yaml b/testdata/example-config.yaml
new file mode 100644
index 0000000..ac7fc0a
--- /dev/null
+++ b/testdata/example-config.yaml
@@ -0,0 +1,11 @@
+sdk: "https://korap.ids-mannheim.de/js/korap-plugin-latest.js"
+server: "https://korap.ids-mannheim.de/"
+lists:
+- id: main-config-mapper
+ foundryA: opennlp
+ layerA: p
+ foundryB: upos
+ layerB: p
+ mappings:
+ - "[NN] <> [NOUN]"
+ - "[NE] <> [PROPN]"
\ No newline at end of file