aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/ant/apache-ant-1.9.6/src/etc/testcases/filters/input
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/ant/apache-ant-1.9.6/src/etc/testcases/filters/input')
-rw-r--r--framework/src/ant/apache-ant-1.9.6/src/etc/testcases/filters/input/escapeunicode.test9
-rw-r--r--framework/src/ant/apache-ant-1.9.6/src/etc/testcases/filters/input/head-tail.small.test5
-rw-r--r--framework/src/ant/apache-ant-1.9.6/src/etc/testcases/filters/input/head-tail.test60
-rw-r--r--framework/src/ant/apache-ant-1.9.6/src/etc/testcases/filters/input/linecontains.test7
-rw-r--r--framework/src/ant/apache-ant-1.9.6/src/etc/testcases/filters/input/replacetokens.double.test2
-rw-r--r--framework/src/ant/apache-ant-1.9.6/src/etc/testcases/filters/input/replacetokens.mustache.test2
-rw-r--r--framework/src/ant/apache-ant-1.9.6/src/etc/testcases/filters/input/replacetokens.test2
-rw-r--r--framework/src/ant/apache-ant-1.9.6/src/etc/testcases/filters/input/sample.properties16
-rw-r--r--framework/src/ant/apache-ant-1.9.6/src/etc/testcases/filters/input/stripjavacomments.test30
9 files changed, 0 insertions, 133 deletions
diff --git a/framework/src/ant/apache-ant-1.9.6/src/etc/testcases/filters/input/escapeunicode.test b/framework/src/ant/apache-ant-1.9.6/src/etc/testcases/filters/input/escapeunicode.test
deleted file mode 100644
index bf861503..00000000
--- a/framework/src/ant/apache-ant-1.9.6/src/etc/testcases/filters/input/escapeunicode.test
+++ /dev/null
@@ -1,9 +0,0 @@
-#hebrew shalom olam (hello world)
-text.hebrew=שלום עולם
-#goethe gingko biloba
-text.german.1=Spürst du nicht an meinen Liedern,
-text.german.2=Daß ich eins und doppelt bin ?
-# Francois Villon Ballade des Pendus
-text.french=Frères humains qui après nous vivez
-# Usual IT example
-text.basic.latin=Hello World
diff --git a/framework/src/ant/apache-ant-1.9.6/src/etc/testcases/filters/input/head-tail.small.test b/framework/src/ant/apache-ant-1.9.6/src/etc/testcases/filters/input/head-tail.small.test
deleted file mode 100644
index c91f1d7f..00000000
--- a/framework/src/ant/apache-ant-1.9.6/src/etc/testcases/filters/input/head-tail.small.test
+++ /dev/null
@@ -1,5 +0,0 @@
-Line 1
-Line 2
-Line 3
-Line 4
-Line 5 \ No newline at end of file
diff --git a/framework/src/ant/apache-ant-1.9.6/src/etc/testcases/filters/input/head-tail.test b/framework/src/ant/apache-ant-1.9.6/src/etc/testcases/filters/input/head-tail.test
deleted file mode 100644
index 8fac760c..00000000
--- a/framework/src/ant/apache-ant-1.9.6/src/etc/testcases/filters/input/head-tail.test
+++ /dev/null
@@ -1,60 +0,0 @@
-Line 1
-Line 2
-Line 3
-Line 4
-Line 5
-Line 6
-Line 7
-Line 8
-Line 9
-Line 10
-Line 11
-Line 12
-Line 13
-Line 14
-Line 15
-Line 16
-Line 17
-Line 18
-Line 19
-Line 20
-Line 21
-Line 22
-Line 23
-Line 24
-Line 25
-Line 26
-Line 27
-Line 28
-Line 29
-Line 30
-Line 31
-Line 32
-Line 33
-Line 34
-Line 35
-Line 36
-Line 37
-Line 38
-Line 39
-Line 40
-Line 41
-Line 42
-Line 43
-Line 44
-Line 45
-Line 46
-Line 47
-Line 48
-Line 49
-Line 50
-Line 51
-Line 52
-Line 53
-Line 54
-Line 55
-Line 56
-Line 57
-Line 58
-Line 59
-Line 60
diff --git a/framework/src/ant/apache-ant-1.9.6/src/etc/testcases/filters/input/linecontains.test b/framework/src/ant/apache-ant-1.9.6/src/etc/testcases/filters/input/linecontains.test
deleted file mode 100644
index c95b5539..00000000
--- a/framework/src/ant/apache-ant-1.9.6/src/etc/testcases/filters/input/linecontains.test
+++ /dev/null
@@ -1,7 +0,0 @@
-This is line 1 with alpha.
-This is line 2 with beta.
-This is line 3 with beta.
-This is line 4 with gamma.
-This is line 5 with beta.
-This is line 6 with delta.
-This is line 7 with beta.
diff --git a/framework/src/ant/apache-ant-1.9.6/src/etc/testcases/filters/input/replacetokens.double.test b/framework/src/ant/apache-ant-1.9.6/src/etc/testcases/filters/input/replacetokens.double.test
deleted file mode 100644
index 163417d3..00000000
--- a/framework/src/ant/apache-ant-1.9.6/src/etc/testcases/filters/input/replacetokens.double.test
+++ /dev/null
@@ -1,2 +0,0 @@
-1@@foo@@2
-3
diff --git a/framework/src/ant/apache-ant-1.9.6/src/etc/testcases/filters/input/replacetokens.mustache.test b/framework/src/ant/apache-ant-1.9.6/src/etc/testcases/filters/input/replacetokens.mustache.test
deleted file mode 100644
index 62df4455..00000000
--- a/framework/src/ant/apache-ant-1.9.6/src/etc/testcases/filters/input/replacetokens.mustache.test
+++ /dev/null
@@ -1,2 +0,0 @@
-1{{foo}}2
-3
diff --git a/framework/src/ant/apache-ant-1.9.6/src/etc/testcases/filters/input/replacetokens.test b/framework/src/ant/apache-ant-1.9.6/src/etc/testcases/filters/input/replacetokens.test
deleted file mode 100644
index e9208871..00000000
--- a/framework/src/ant/apache-ant-1.9.6/src/etc/testcases/filters/input/replacetokens.test
+++ /dev/null
@@ -1,2 +0,0 @@
-1@foo@2
-3
diff --git a/framework/src/ant/apache-ant-1.9.6/src/etc/testcases/filters/input/sample.properties b/framework/src/ant/apache-ant-1.9.6/src/etc/testcases/filters/input/sample.properties
deleted file mode 100644
index 572e79d3..00000000
--- a/framework/src/ant/apache-ant-1.9.6/src/etc/testcases/filters/input/sample.properties
+++ /dev/null
@@ -1,16 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-foo=
diff --git a/framework/src/ant/apache-ant-1.9.6/src/etc/testcases/filters/input/stripjavacomments.test b/framework/src/ant/apache-ant-1.9.6/src/etc/testcases/filters/input/stripjavacomments.test
deleted file mode 100644
index 37535bcc..00000000
--- a/framework/src/ant/apache-ant-1.9.6/src/etc/testcases/filters/input/stripjavacomments.test
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
- * Copyright text
- * has to be removed
- */
-
-/**
- * JavaDoc text about the class.
- * has to be removed
- */
-public class NormalLine {
-
- private String withComment; // this comment should be removed
-
- /* this comment
- * should be
- * removed
- */
- public void doNothing() {
- // this comment should be removed
- int i;
- /* this comment
- should be removed
- */
- int j;
- }
-
- private String url = "http://ant.apache.org/"; // very difficult!
- private String url2 = "\"http://ant.apache.org/\""; // even worse
-
-}