diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-01-13 16:50:43 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-01-13 16:50:43 +0100 |
| commit | 6efa6c7891e15953aabc444cabcd4dc722f076bb (patch) | |
| tree | ecff6b47f3d6ded6e1f39d9a20bb1bda9c02ba1e /tests/typ/basic-markup.typ | |
| parent | 1cd687b681224a6a190fea5d542b92f147f9abf0 (diff) | |
Move basic markup tests to integration 🚚
Diffstat (limited to 'tests/typ/basic-markup.typ')
| -rw-r--r-- | tests/typ/basic-markup.typ | 22 |
1 files changed, 22 insertions, 0 deletions
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 |
