From fc55dc2e95bcea03fbc0d8e1d130c9e53f3f1dad Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 17 Jan 2016 17:00:26 +0100 Subject: merge default into stable --- tests/examplefiles/test.scaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/examplefiles/test.scaml (limited to 'tests/examplefiles/test.scaml') diff --git a/tests/examplefiles/test.scaml b/tests/examplefiles/test.scaml new file mode 100644 index 00000000..8872a83d --- /dev/null +++ b/tests/examplefiles/test.scaml @@ -0,0 +1,8 @@ +-@ import val city:String = "Tampa" +- val name:String = "Hiram" +%html + %body + %p Hello #{name} from #{city} + %ul + - for ( i <- 1 to 10 ) + %li Item #{i} \ No newline at end of file -- cgit v1.2.1