diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-01-28 20:02:42 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-01-28 20:02:42 +0100 |
| commit | 76b1d4a93f6d045901f17db46d82a97c9f407703 (patch) | |
| tree | f851460a038a4c543e3900352ec1a2903b6c9849 /tests | |
| parent | 2d97d406aced1f1ab7d3bc459e31bb0eff92b892 (diff) | |
Parse `show` and `wrap` expressions
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/typ/style/show.typ | 6 | ||||
| -rw-r--r-- | tests/typ/style/wrap.typ | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/tests/typ/style/show.typ b/tests/typ/style/show.typ new file mode 100644 index 00000000..42a35f27 --- /dev/null +++ b/tests/typ/style/show.typ @@ -0,0 +1,6 @@ +// Test show rules. +// Ref: false + +--- +// Error: 1-34 show rules are not yet implemented +#show heading(body) as [*{body}*] diff --git a/tests/typ/style/wrap.typ b/tests/typ/style/wrap.typ new file mode 100644 index 00000000..c665a9d2 --- /dev/null +++ b/tests/typ/style/wrap.typ @@ -0,0 +1,6 @@ +// Test wrap. +// Ref: false + +--- +// Error: 1-31 wrap is not yet implemented +#wrap body in columns(2, body) |
