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, 10 insertions, 0 deletions
diff --git a/tests/examplefiles/test.opa b/tests/examplefiles/test.opa
new file mode 100644
index 00000000..ec287ac5
--- /dev/null
+++ b/tests/examplefiles/test.opa
@@ -0,0 +1,10 @@
+function sample_page() {
+ <header>
+ <h3>HTML in Opa</h3>
+ </header>
+ <article>
+ <div class=container>
+ <p>Learning by examples.</p>
+ </div>
+ </article>
+}