diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-02-21 15:11:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-21 14:11:35 +0000 |
| commit | 56ecd6c806ab32a7cca5289500504e398198d283 (patch) | |
| tree | 1b6fd1b34922d2877a714398beedb20f3e6cd317 /tests/typ/visualize/pattern-small.typ | |
| parent | 23756f9e8b0e3bf5b3e1126f681024575cca4529 (diff) | |
Wider callsite span (#3466)
Diffstat (limited to 'tests/typ/visualize/pattern-small.typ')
| -rw-r--r-- | tests/typ/visualize/pattern-small.typ | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/visualize/pattern-small.typ b/tests/typ/visualize/pattern-small.typ index 8a63c374..1d289f92 100644 --- a/tests/typ/visualize/pattern-small.typ +++ b/tests/typ/visualize/pattern-small.typ @@ -14,6 +14,6 @@ ) --- -// Error: 22-52 pattern tile size must be non-zero -// Hint: 22-52 try setting the size manually +// Error: 15-52 pattern tile size must be non-zero +// Hint: 15-52 try setting the size manually #line(stroke: pattern(path((0pt, 0pt), (1em, 0pt)))) |
