From c207b80dd642dd8d5c18340fa5982a3c61ead460 Mon Sep 17 00:00:00 2001 From: Alexander Alexeev Date: Thu, 24 Nov 2016 00:24:20 +0700 Subject: simple thymeleaf test is added --- .../src/test/resources/tests/simple.thtest | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 juick-spring-www/src/test/resources/tests/simple.thtest (limited to 'juick-spring-www/src/test/resources/tests/simple.thtest') diff --git a/juick-spring-www/src/test/resources/tests/simple.thtest b/juick-spring-www/src/test/resources/tests/simple.thtest new file mode 100644 index 00000000..1505a382 --- /dev/null +++ b/juick-spring-www/src/test/resources/tests/simple.thtest @@ -0,0 +1,25 @@ +%TEMPLATE_MODE HTML +# ------------ separator comment ----------- +%CONTEXT +onevar = 'Goodbye,' +# ------------------------------------------ +%MESSAGES +one.msg = Crisis +# ------------------------------------------ +%INPUT + + + + Hello, + World! + + +# ------------------------------------------ +%OUTPUT + + + + Goodbye, + Crisis + + \ No newline at end of file -- cgit v1.2.3