From 5de5749977b7464a6dd803d7ba1f15fb375ab278 Mon Sep 17 00:00:00 2001 From: Peter Donald Date: Sun, 10 Feb 2002 00:18:53 +0000 Subject: [PATCH] Add some more minor tests for filteredcopy ... really got to copy across the ant1.x task testing infrastructure ;) git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271260 13f79535-47bb-0310-9956-ffa450edef68 --- proposal/myrmidon/src/make/sample.ant | 13 +++++++++++++ proposal/myrmidon/src/make/testdata.txt | 5 +++++ 2 files changed, 18 insertions(+) create mode 100644 proposal/myrmidon/src/make/testdata.txt diff --git a/proposal/myrmidon/src/make/sample.ant b/proposal/myrmidon/src/make/sample.ant index fb0754a08..049d68559 100644 --- a/proposal/myrmidon/src/make/sample.ant +++ b/proposal/myrmidon/src/make/sample.ant @@ -234,4 +234,17 @@ Legal: + + + + + + + + + + + + \ No newline at end of file diff --git a/proposal/myrmidon/src/make/testdata.txt b/proposal/myrmidon/src/make/testdata.txt new file mode 100644 index 000000000..12c30f308 --- /dev/null +++ b/proposal/myrmidon/src/make/testdata.txt @@ -0,0 +1,5 @@ +SOme values that have a REPLACEME in them to be replaced like @REPLACEME@ or +@REPLACEME@ +or @REPLACEME +@ +etc \ No newline at end of file