diff options
| author | Josh Soref <2119212+jsoref@users.noreply.github.com> | 2024-09-26 13:32:55 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-26 17:32:55 +0000 |
| commit | ca1f749c087bc19f6fbcebcd3ee34307959a95d5 (patch) | |
| tree | afa4bc0fca4b27d15b99df6da625090b0ef864f2 /tests/suite/text | |
| parent | 3c90878460cecaaa7ac879ba0973f94705b7c062 (diff) | |
Spelling (#5020)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Diffstat (limited to 'tests/suite/text')
| -rw-r--r-- | tests/suite/text/font.typ | 14 | ||||
| -rw-r--r-- | tests/suite/text/shift.typ | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/tests/suite/text/font.typ b/tests/suite/text/font.typ index ecc4c5c7..8396b237 100644 --- a/tests/suite/text/font.typ +++ b/tests/suite/text/font.typ @@ -67,12 +67,12 @@ Emoji: 🐪, 🌋, 🏞 --- text-unknown-font-family-warning --- #text(font: "linux libertine", "I exist, ") -// Warning: 13-27 unknown font family: non-existing -#text(font: "non-existing", "but") -// Warning: 17-36 unknown font family: also-non-existing -#set text(font: "also-non-existing") +// Warning: 13-26 unknown font family: nonexistent +#text(font: "nonexistent", "but") +// Warning: 17-35 unknown font family: also-nonexistent +#set text(font: "also-nonexistent") I -// Warning: 23-56 unknown font family: list-of -// Warning: 23-56 unknown font family: non-existing-fonts -#let var = text(font: ("list-of", "non-existing-fonts"))[don't] +// Warning: 23-55 unknown font family: list-of +// Warning: 23-55 unknown font family: nonexistent-fonts +#let var = text(font: ("list-of", "nonexistent-fonts"))[don't] #var diff --git a/tests/suite/text/shift.typ b/tests/suite/text/shift.typ index 090f6ee8..3b8d2ccb 100644 --- a/tests/suite/text/shift.typ +++ b/tests/suite/text/shift.typ @@ -1,4 +1,4 @@ -// Test sub- and superscipt shifts. +// Test sub- and superscript shifts. --- sub-super --- #table( |
