diff options
Diffstat (limited to 'tests/typ/code/target.typ')
| -rw-r--r-- | tests/typ/code/target.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/code/target.typ b/tests/typ/code/target.typ index 73516817..6c321592 100644 --- a/tests/typ/code/target.typ +++ b/tests/typ/code/target.typ @@ -7,6 +7,6 @@ #let d = 3 #let value = [hi] #let item(a, b) = a + b -#let fn = rect with (fill: conifer, padding: 5pt) +#let fn = rect.with(fill: conifer, padding: 5pt) Some _includable_ text. |
