From 6efa6c7891e15953aabc444cabcd4dc722f076bb Mon Sep 17 00:00:00 2001 From: Laurenz Date: Wed, 13 Jan 2021 16:50:43 +0100 Subject: =?UTF-8?q?Move=20basic=20markup=20tests=20to=20integration=20?= =?UTF-8?q?=F0=9F=9A=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/typ/basic-markup.typ | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 tests/typ/basic-markup.typ (limited to 'tests/typ/basic-markup.typ') diff --git a/tests/typ/basic-markup.typ b/tests/typ/basic-markup.typ new file mode 100644 index 00000000..b7630e7f --- /dev/null +++ b/tests/typ/basic-markup.typ @@ -0,0 +1,22 @@ +// Test text, emph and strong. + +Hello 🌏! + +_Emph_ and *strong*! + +--- +// Test non-breaking space. + +The non-breaking~space does not work. + +--- +// Test backslash. + +// Directly after word. +Line\ Break + +// Spaces around. +Line \ Break + +// Directly before word does not work. +No \Break -- cgit v1.2.3