Browse Source

Make pass on Windows

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278040 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 20 years ago
parent
commit
6342658910
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/testcases/taskdefs/fixcrlf/build.xml

+ 2
- 2
src/etc/testcases/taskdefs/fixcrlf/build.xml View File

@@ -296,9 +296,9 @@
<copy file="input/tab_in_literal_in_comment" todir="result"
overwrite="true">
<filterchain>
<fixcrlf javafiles="true" tab="remove"/>
<fixcrlf javafiles="true" tab="remove" eol="lf" fixlast="false" />
</filterchain>
</copy>
<assertequal name="tab_in_literal_in_comment"/>
<assertequal name="tab_in_literal_in_comment" />
</target>
</project>

Loading…
Cancel
Save