diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-10-28 18:02:16 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-10-28 18:02:16 +0200 |
| commit | c3b1e32d11c8485194070710431b081c52a64c45 (patch) | |
| tree | bbadd6b38e905a3adc13aaeb013ff717138e00b2 /tests | |
| parent | f78a8f5d4863260d05cbabe2711324489be47242 (diff) | |
Fix justified linebreaking without justifiables
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/bugs/linebreak-no-justifiables.png | bin | 0 -> 1829 bytes | |||
| -rw-r--r-- | tests/typ/bugs/linebreak-no-justifiables.typ | 5 |
2 files changed, 5 insertions, 0 deletions
diff --git a/tests/ref/bugs/linebreak-no-justifiables.png b/tests/ref/bugs/linebreak-no-justifiables.png Binary files differnew file mode 100644 index 00000000..3f934592 --- /dev/null +++ b/tests/ref/bugs/linebreak-no-justifiables.png diff --git a/tests/typ/bugs/linebreak-no-justifiables.typ b/tests/typ/bugs/linebreak-no-justifiables.typ new file mode 100644 index 00000000..ab1b2732 --- /dev/null +++ b/tests/typ/bugs/linebreak-no-justifiables.typ @@ -0,0 +1,5 @@ +// Test breaking a line without justifiables. + +--- +#set par(justify: true) +#block(width: 1cm, fill: aqua, lorem(2)) |
