diff options
Diffstat (limited to 'tests/typ/layout/hide.typ')
| -rw-r--r-- | tests/typ/layout/hide.typ | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/typ/layout/hide.typ b/tests/typ/layout/hide.typ new file mode 100644 index 00000000..a979b24f --- /dev/null +++ b/tests/typ/layout/hide.typ @@ -0,0 +1,5 @@ +// Test the `hide` function. + +--- +AB #h(1fr) CD \ +#hide[A]B #h(1fr) C#hide[D] |
