From 59ce3d3afd41fca58eb776963e94af92daa22e83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Fri, 29 Jan 2021 17:59:10 +0000 Subject: Add tests --- mkfile | 2 ++ test.em | 20 ++++++++++++++++++++ test.html | 26 ++++++++++++++++++++++++++ 3 files changed, 48 insertions(+) create mode 100644 mkfile create mode 100644 test.em create mode 100644 test.html diff --git a/mkfile b/mkfile new file mode 100644 index 0000000..2c475dd --- /dev/null +++ b/mkfile @@ -0,0 +1,2 @@ +test: + em test.em > test.html diff --git a/test.em b/test.em new file mode 100644 index 0000000..7191935 --- /dev/null +++ b/test.em @@ -0,0 +1,20 @@ += Em example = + +This is an example of *Em*. + + - Here is an +unordered list item. + - Here is another. + + 1. Here is an +ordered list item. + 2. Here is another. + + - Here is a list + - With another list inside it + + term: definition + long term: long +definition + + code block diff --git a/test.html b/test.html new file mode 100644 index 0000000..ddcb021 --- /dev/null +++ b/test.html @@ -0,0 +1,26 @@ +

Em example

+

This is an example of *Em*. +

+ +
  1. Here is an +ordered list item. +
  2. Here is another. +
  3. +
+ +
term
definition +
long term
long +definition +
+
+
code block
+
-- cgit v1.2.3