diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-01-13 17:22:33 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-01-13 17:22:33 +0100 |
| commit | c36a136e6f26ac99e58465ad072c282fe6dbaedf (patch) | |
| tree | d2c21e28033a4af68460e0159203274cb03e074a /tests/typ/basic-markup.typ | |
| parent | 2aa4c5bfc6e35ca663aa77899975450e6a4a26de (diff) | |
Simpler diagnostic localization in tests ♻
Diffstat (limited to 'tests/typ/basic-markup.typ')
| -rw-r--r-- | tests/typ/basic-markup.typ | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/tests/typ/basic-markup.typ b/tests/typ/basic-markup.typ deleted file mode 100644 index b7630e7f..00000000 --- a/tests/typ/basic-markup.typ +++ /dev/null @@ -1,22 +0,0 @@ -// 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 |
