diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/text/linebreak.png | bin | 18957 -> 18981 bytes | |||
| -rw-r--r-- | tests/ref/text/shorthands.png | bin | 4375 -> 4842 bytes | |||
| -rw-r--r-- | tests/typ/text/shorthands.typ | 8 |
3 files changed, 8 insertions, 0 deletions
diff --git a/tests/ref/text/linebreak.png b/tests/ref/text/linebreak.png Binary files differindex 1a3f49df..77eef20e 100644 --- a/tests/ref/text/linebreak.png +++ b/tests/ref/text/linebreak.png diff --git a/tests/ref/text/shorthands.png b/tests/ref/text/shorthands.png Binary files differindex c21d49df..ddb679f5 100644 --- a/tests/ref/text/shorthands.png +++ b/tests/ref/text/shorthands.png diff --git a/tests/typ/text/shorthands.typ b/tests/typ/text/shorthands.typ index 2efd1ad1..5c94dab0 100644 --- a/tests/typ/text/shorthands.typ +++ b/tests/typ/text/shorthands.typ @@ -4,6 +4,14 @@ The non-breaking~space does work. --- +// Make sure non-breaking and normal space always +// have the same width. Even if the font decided +// differently. +#set text("Latin Modern Roman") +a b \ +a~b + +--- - En dash: -- - Em dash: --- |
