Repository: incubator-freemarker Updated Branches: refs/heads/3 3fd560629 -> 28a276c80
http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/28a276c8/freemarker-core/src/test/resources/org/apache/freemarker/test/templatesuite/expected/transforms.txt ---------------------------------------------------------------------- diff --git a/freemarker-core/src/test/resources/org/apache/freemarker/test/templatesuite/expected/transforms.txt b/freemarker-core/src/test/resources/org/apache/freemarker/test/templatesuite/expected/transforms.txt deleted file mode 100644 index 6b7f986..0000000 --- a/freemarker-core/src/test/resources/org/apache/freemarker/test/templatesuite/expected/transforms.txt +++ /dev/null @@ -1,68 +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. - */ -<html> -<head> -<title>FreeMarker: Transformation Test</title> -</head> -<body> - -<p>A simple test follows:</p> - -<p>Hello, world!</p> - -<p>Hello, world!</p> - -<P>Now try the Utility package:</p> -<p>Utility transformations</p> - -<p>Utility transformations</p> - -<p>Now some nested transforms:</p> -<p >This tests the compress transformation</p ><p >This tests the compress transformation</p ><p >This tests the compress transformation</p > -<p>Now try method and transform interactions:</p> -<p>This isn't a valid XML string.</p> -<p>This isn't a valid HTML string.</p> - -<p>A more advanced interaction involves getting a TemplateMethodModel -to initialise a TemplateTransformModel, as follow:</p> - -Comment: This is a comment - -A test string containing quotes: "This isn't a test". -A test string containing amps: Fish & Chips. -A test string containing tags: <p>Fish & Chips.</p> - -Comment: This is a second comment - -A test string containing quotes: "This isn't a test". -A test string containing amps: Fish & Chips. -A test string containing tags: <p>Fish & Chips.</p> -Comment: This is a third comment - -A test string containing quotes: "This isn't a test". -A test string containing amps: Fish & Chips. -A test string containing tags: <p>Fish &amp; Chips.</p> -Comment: Utility transformations - -A test string containing quotes: "This isn't a test". -A test string containing amps: Fish & Chips. -A test string containing tags: <p>Fish & Chips.</p> - -</body> -</html>
