summaryrefslogtreecommitdiff
path: root/tests/examplefiles/test.scaml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examplefiles/test.scaml')
-rw-r--r--tests/examplefiles/test.scaml8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/examplefiles/test.scaml b/tests/examplefiles/test.scaml
deleted file mode 100644
index 8872a83d..00000000
--- a/tests/examplefiles/test.scaml
+++ /dev/null
@@ -1,8 +0,0 @@
--@ 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