diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-11-01 13:07:11 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-11-02 10:39:45 +0100 |
| commit | 072e7c710c763904ad3ee72cfb05252f9f0d3929 (patch) | |
| tree | dd2ffa3f4a086ef823a9a0776dddeda5777c7b14 /tests/typ/code/call.typ | |
| parent | 8ccb7d6f15a2fbb44247c143b3dd821e44e0d6eb (diff) | |
Reduce namespace pollution
Diffstat (limited to 'tests/typ/code/call.typ')
| -rw-r--r-- | tests/typ/code/call.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/code/call.typ b/tests/typ/code/call.typ index 5ab0252c..2c16af1c 100644 --- a/tests/typ/code/call.typ +++ b/tests/typ/code/call.typ @@ -5,7 +5,7 @@ // Ref: true // Ommitted space. -[#font(weight:bold)Bold] +[#font(weight:"bold")Bold] // Call return value of function with body. #let f(x, body) = (y) => [#x] + body + [#y] |
