aboutsummaryrefslogtreecommitdiff
path: root/juick-spring-www/src/test/resources/tests/simple.thtest
diff options
context:
space:
mode:
Diffstat (limited to 'juick-spring-www/src/test/resources/tests/simple.thtest')
-rw-r--r--juick-spring-www/src/test/resources/tests/simple.thtest25
1 files changed, 0 insertions, 25 deletions
diff --git a/juick-spring-www/src/test/resources/tests/simple.thtest b/juick-spring-www/src/test/resources/tests/simple.thtest
deleted file mode 100644
index 1505a382..00000000
--- a/juick-spring-www/src/test/resources/tests/simple.thtest
+++ /dev/null
@@ -1,25 +0,0 @@
-%TEMPLATE_MODE HTML
-# ------------ separator comment -----------
-%CONTEXT
-onevar = 'Goodbye,'
-# ------------------------------------------
-%MESSAGES
-one.msg = Crisis
-# ------------------------------------------
-%INPUT
-<!DOCTYPE html>
-<html>
- <body>
- <span th:text="${onevar}">Hello,</span>
- <span th:text="#{one.msg}">World!</span>
- </body>
-</html>
-# ------------------------------------------
-%OUTPUT
-<!DOCTYPE html>
-<html>
- <body>
- <span>Goodbye,</span>
- <span>Crisis</span>
- </body>
-</html> \ No newline at end of file