diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-03-27 16:51:03 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-03-27 16:51:03 +0200 |
| commit | e724d0425352e5762998667a4fe6a066678318d7 (patch) | |
| tree | d22ff1d845eaf0efe9c7e09a3738c9529593c9b3 /tests/typ/layout | |
| parent | b843ca17d8c58689dcef1433dd1c7100394a2a83 (diff) | |
Update changelog
Diffstat (limited to 'tests/typ/layout')
| -rw-r--r-- | tests/typ/layout/repeat.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/layout/repeat.typ b/tests/typ/layout/repeat.typ index 5663281e..173f9d57 100644 --- a/tests/typ/layout/repeat.typ +++ b/tests/typ/layout/repeat.typ @@ -41,4 +41,4 @@ A#box(width: 1fr, repeat(rect(width: 6em, height: 0.7em)))B --- // Error: 2:2-2:13 repeat with no size restrictions #set page(width: auto) -#repeat(".")
\ No newline at end of file +#repeat(".") |
