diff options
| author | Leedehai <18319900+Leedehai@users.noreply.github.com> | 2024-02-21 04:05:40 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-21 09:05:40 +0000 |
| commit | f54d68daffa047105eb8abb3e93c9bfa5d530260 (patch) | |
| tree | 84ddbbfc16395e9eda4dbae2eaae50a09ed00dc3 /tests/typ/meta | |
| parent | d0dd81cddf0fce9bbbd078498eec001268fe3e9c (diff) | |
Use `Outer(H|V)Alignment` to constraint types (#3465)
Diffstat (limited to 'tests/typ/meta')
| -rw-r--r-- | tests/typ/meta/figure-caption.typ | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/typ/meta/figure-caption.typ b/tests/typ/meta/figure-caption.typ index 2a12cc22..0188ebca 100644 --- a/tests/typ/meta/figure-caption.typ +++ b/tests/typ/meta/figure-caption.typ @@ -54,3 +54,11 @@ caption: [Hi], supplement: [B], ) + +--- +// Ref: false +#set figure.caption(position: top) + +--- +// Error: 31-38 expected `top` or `bottom`, found horizon +#set figure.caption(position: horizon) |
