From f341e57d13f2cd60639d944fc4a86fde865535df Mon Sep 17 00:00:00 2001 From: Alex Kocharin Date: Wed, 29 Oct 2014 06:44:40 +0300 Subject: [PATCH] Add tests for subscript/superscript --- test/fixtures/remarkable/sub.txt | 12 ++++++++++++ test/fixtures/remarkable/sup.txt | 18 ++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 test/fixtures/remarkable/sub.txt create mode 100644 test/fixtures/remarkable/sup.txt diff --git a/test/fixtures/remarkable/sub.txt b/test/fixtures/remarkable/sub.txt new file mode 100644 index 0000000..240714e --- /dev/null +++ b/test/fixtures/remarkable/sub.txt @@ -0,0 +1,12 @@ + +. +~foo ~bar~ baz~ +. +

foo bar baz

+. + +. +this ~ is ~ not ~ subscript +. +

this ~ is ~ not ~ subscript

+. diff --git a/test/fixtures/remarkable/sup.txt b/test/fixtures/remarkable/sup.txt new file mode 100644 index 0000000..1984017 --- /dev/null +++ b/test/fixtures/remarkable/sup.txt @@ -0,0 +1,18 @@ + +. +^foo ^bar^ baz^ +. +

foo bar baz

+. + +. +^foo ~bar~ baz^ +. +

foo bar baz

+. + +. +this ^ is ^ not ^ superscript +. +

this ^ is ^ not ^ superscript

+.