diff options
| author | MALO <57839069+MDLC01@users.noreply.github.com> | 2023-06-24 14:33:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-24 14:33:17 +0200 |
| commit | b96b7b7ee12a5d1c8e8c24c95b58b7ca03cec44b (patch) | |
| tree | a8884268565be8540c509e53f0fdbccd5e73b89f /tests/typ | |
| parent | 48c25f4da01aa5cbd5e49145f591c85b676e8a54 (diff) | |
Use third person in documentation (#1560)
Diffstat (limited to 'tests/typ')
| -rw-r--r-- | tests/typ/text/escape.typ | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/text/escape.typ b/tests/typ/text/escape.typ index 8e557918..901632ba 100644 --- a/tests/typ/text/escape.typ +++ b/tests/typ/text/escape.typ @@ -27,10 +27,10 @@ let f() , ; : | + - /= == 12 "string" --- // Unicode codepoint does not exist. -// Error: 1-11 invalid unicode codepoint: FFFFFF +// Error: 1-11 invalid Unicode codepoint: FFFFFF \u{FFFFFF} --- // Unterminated. -// Error: 1-6 unclosed unicode escape sequence +// Error: 1-6 unclosed Unicode escape sequence \u{41[*Bold*] |
