summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lwirzenius@wikimedia.org>2019-08-18 13:52:22 +0200
committerLars Wirzenius <lwirzenius@wikimedia.org>2019-08-18 13:52:22 +0200
commit748ac5e668ba739ca846893e0a684c135125bd80 (patch)
treec08fb788b5452f8abfb1200d378433d7e3a83cb6
parentc90fdd956dcf119c658bfe1e25ae2851e7c6836f (diff)
downloadwikitexttest-748ac5e668ba739ca846893e0a684c135125bd80.tar.gz
Add: first simple test case
-rw-r--r--tests/hello.html1
-rw-r--r--tests/hello.wiki1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/hello.html b/tests/hello.html
new file mode 100644
index 0000000..824af0e
--- /dev/null
+++ b/tests/hello.html
@@ -0,0 +1 @@
+<p>hello <b>world</b></p>
diff --git a/tests/hello.wiki b/tests/hello.wiki
new file mode 100644
index 0000000..9a67a17
--- /dev/null
+++ b/tests/hello.wiki
@@ -0,0 +1 @@
+hello '''world'''