From 072e7c710c763904ad3ee72cfb05252f9f0d3929 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 1 Nov 2021 13:07:11 +0100 Subject: Reduce namespace pollution --- tests/typ/code/call.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/typ/code/call.typ') 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] -- cgit v1.2.3