aboutsummaryrefslogtreecommitdiff
path: root/test/test2.chn
diff options
context:
space:
mode:
authorThomas Albers Raviola <thomas@thomaslabs.org>2025-01-04 23:28:34 +0100
committerThomas Albers Raviola <thomas@thomaslabs.org>2025-01-05 17:11:20 +0100
commitbc69faaa5bbd8a2d8afb9ab81882b1ba21c4bb8e (patch)
tree6ad76e58bb58f1ac00dcf4ec2dff8d4239f3592e /test/test2.chn
parent9412242d0aa9550860db364ddf715fd5c5855740 (diff)
Reorganize and add documentation
Diffstat (limited to 'test/test2.chn')
-rw-r--r--test/test2.chn19
1 files changed, 0 insertions, 19 deletions
diff --git a/test/test2.chn b/test/test2.chn
deleted file mode 100644
index a637b61..0000000
--- a/test/test2.chn
+++ /dev/null
@@ -1,19 +0,0 @@
-{@define}{@html-element}{{@lambda}{@name}{{@lambda}{@attr @content}{<@name @attr>
-@content
-</@name>}}}%
-%
-%
-{@define}{@html-html}{{@html-element}{html}}%
-{@define}{@html-head}{{@html-element}{head}}%
-{@define}{@html-body}{{@html-element}{body}}%
-{@define}{@html-title}{{@html-element}{title}}%
-{@define}{@html-h1}{{@html-element}{h1}}%
-{@define}{@html-p}{{@html-element}{p}}%
-%
-%
-{@html-html}{}{%
-{@html-head}{}{{@html-title}{}{Website}}%
-
-{@html-body}{}{
-{@html-h1}{}{Chains test}
-{@html-p}{}{Hello World!}}}