diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-02-10 13:17:29 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-02-10 13:19:03 +0100 |
| commit | 5965515a1ef1fe398235311185d531efc2750247 (patch) | |
| tree | 0c375efc16993670951642dd54aa7fc9ac329daf /tests | |
| parent | 624471db619240f0eed849b92dff6a525ce7e547 (diff) | |
Allow escaping of `-` and `.`
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/markup/escape.png | bin | 12375 -> 13675 bytes | |||
| -rw-r--r-- | tests/typ/markup/escape.typ | 3 |
2 files changed, 3 insertions, 0 deletions
diff --git a/tests/ref/markup/escape.png b/tests/ref/markup/escape.png Binary files differindex 4d2b570e..3434d6e0 100644 --- a/tests/ref/markup/escape.png +++ b/tests/ref/markup/escape.png diff --git a/tests/typ/markup/escape.typ b/tests/typ/markup/escape.typ index 87d2b83a..6ec469c1 100644 --- a/tests/typ/markup/escape.typ +++ b/tests/typ/markup/escape.typ @@ -24,6 +24,9 @@ // Some code stuff in text. let f() , ; : | + - /= == 12 "string" +// Escaped dot. +10\. May + --- // Unicode codepoint does not exist. // Error: 1-11 invalid unicode escape sequence |
