summaryrefslogtreecommitdiffstats
path: root/test/fixtures/ant/build-with-import.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/ant/build-with-import.xml')
-rw-r--r--test/fixtures/ant/build-with-import.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/fixtures/ant/build-with-import.xml b/test/fixtures/ant/build-with-import.xml
new file mode 100644
index 0000000..881981a
--- /dev/null
+++ b/test/fixtures/ant/build-with-import.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project default="build-with-import" name="bash-completion">
+ <import file="imported-build.xml" />
+
+ <target name="build-with-import">
+ <!-- ... -->
+ </target>
+</project>