diff options
| author | chris-02 <103339277+chris-02@users.noreply.github.com> | 2023-05-01 13:29:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-01 13:29:40 +0200 |
| commit | 407d8a3ab291c953d9dec826015099dd0d18749e (patch) | |
| tree | 96e6370266c0fdd874c4353c8356613a091aa950 /tests | |
| parent | 4c4bee98453520cf2259c823fd42a0f810b2a87e (diff) | |
Fix smartquotes in outline (#1047)
Fixes #1041.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/bugs/smartquotes-in-outline.png | bin | 0 -> 8184 bytes | |||
| -rw-r--r-- | tests/typ/bugs/smartquotes-in-outline.typ | 4 |
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/ref/bugs/smartquotes-in-outline.png b/tests/ref/bugs/smartquotes-in-outline.png Binary files differnew file mode 100644 index 00000000..c8d763b4 --- /dev/null +++ b/tests/ref/bugs/smartquotes-in-outline.png diff --git a/tests/typ/bugs/smartquotes-in-outline.typ b/tests/typ/bugs/smartquotes-in-outline.typ new file mode 100644 index 00000000..1ecfcdc4 --- /dev/null +++ b/tests/typ/bugs/smartquotes-in-outline.typ @@ -0,0 +1,4 @@ +#set page(width: 15em) +#outline() + += "This" "is" "a" "test" |
