diff options
| author | Martin Haug <mhaug@live.de> | 2022-05-01 13:21:07 +0200 |
|---|---|---|
| committer | Martin Haug <mhaug@live.de> | 2022-05-01 14:56:07 +0200 |
| commit | 84a4961a5dd03072b0e94c715957475d4ae21e4f (patch) | |
| tree | f23f7b2917943079c12a218de3dd649ef6e590b7 /tests/typ/code | |
| parent | 5f1499d380e223e7e1b2a8a96eb99e3ec95a56ac (diff) | |
Outset; fix folding
Diffstat (limited to 'tests/typ/code')
| -rw-r--r-- | tests/typ/code/let.typ | 2 | ||||
| -rw-r--r-- | tests/typ/code/target.typ | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/code/let.typ b/tests/typ/code/let.typ index a95d651a..c3be64a5 100644 --- a/tests/typ/code/let.typ +++ b/tests/typ/code/let.typ @@ -11,7 +11,7 @@ // Syntax sugar for function definitions. #let fill = conifer -#let rect(body) = rect(width: 2cm, fill: fill, padding: 5pt, body) +#let rect(body) = rect(width: 2cm, fill: fill, inset: 5pt, body) #rect[Hi!] --- diff --git a/tests/typ/code/target.typ b/tests/typ/code/target.typ index 6c321592..b0a3fbf3 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, inset: 5pt) Some _includable_ text. |
