(testsuite) Avoid complete-ant-cmd.pl errors with our build.xml
This commit is contained in:
parent
3cdcfdeda6
commit
14be62aae4
4
test/fixtures/ant/build.xml
vendored
4
test/fixtures/ant/build.xml
vendored
@ -8,9 +8,9 @@
|
|||||||
<!-- ... -->
|
<!-- ... -->
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target foo="bar" name="init"></target>
|
<target description="bar" name="init"></target>
|
||||||
<target
|
<target
|
||||||
foo="bar"
|
description="bar"
|
||||||
name='bashcomp' >
|
name='bashcomp' >
|
||||||
<!-- ... -->
|
<!-- ... -->
|
||||||
</target>
|
</target>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user