diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/typ/compiler/set.typ | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/compiler/set.typ b/tests/typ/compiler/set.typ index a4482e6d..99bb90d0 100644 --- a/tests/typ/compiler/set.typ +++ b/tests/typ/compiler/set.typ @@ -51,8 +51,8 @@ Hello *#x* --- // Test conditional set. #show ref: it => { - set text(red) if it.label == <unknown> - "@" + str(it.label) + set text(red) if it.target == <unknown> + "@" + str(it.target) } @hello from the @unknown |
