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 | |
| parent | b843ca17d8c58689dcef1433dd1c7100394a2a83 (diff) | |
Update changelog
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/typ/layout/repeat.typ | 2 | ||||
| -rw-r--r-- | tests/typ/math/accent.typ | 1 |
2 files changed, 1 insertions, 2 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(".") diff --git a/tests/typ/math/accent.typ b/tests/typ/math/accent.typ index ff1f87c1..cf1d3fa2 100644 --- a/tests/typ/math/accent.typ +++ b/tests/typ/math/accent.typ @@ -6,7 +6,6 @@ $grave(a), acute(b), hat(f), tilde(§), macron(ä), diaer(a), ä \ breve(\&), dot(!), circle(a), caron(@), arrow(Z), arrow.l(Z)$ --- - $ x &= p \ dot(x) &= v \ dot.double(x) &= a \ dot.triple(x) &= j \ dot.quad(x) &= s $ --- |
