diff --git a/tests/variableTreeXml/mixAndMatch.xml b/tests/variableTreeXml/mixAndMatch.xml
new file mode 100644
index 0000000000000000000000000000000000000000..73f3591e412344f329cc4b72ac218ea9ae44a48a
--- /dev/null
+++ b/tests/variableTreeXml/mixAndMatch.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<device_server xmlns="https://github.com/ChimeraTK/ControlSystemAdapter-DoocsAdapter">
+  
+  <location name="SUB">
+    <import>/C/c</import>
+  </location>
+
+  <location name="MIX">
+    <import>/A</import>    
+    <import>/B</import>    
+  </location>
+
+  <location name="DIRECT">
+    <property source="INT" name="FOO"/>
+    <property source="/DIRECT/DOUBLE" name="BAR"/>
+  </location>
+  <!-- Import everything that has not been treated yet as is -->
+  <import>/</import>
+</device_server>