summaryrefslogtreecommitdiff
path: root/tests/examplefiles/test.opa
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examplefiles/test.opa')
-rw-r--r--tests/examplefiles/test.opa10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/examplefiles/test.opa b/tests/examplefiles/test.opa
deleted file mode 100644
index ec287ac5..00000000
--- a/tests/examplefiles/test.opa
+++ /dev/null
@@ -1,10 +0,0 @@
-function sample_page() {
- <header>
- <h3>HTML in Opa</h3>
- </header>
- <article>
- <div class=container>
- <p>Learning by examples.</p>
- </div>
- </article>
-}