From 2279c26543f7edde910fd89a3f8f0710c67249db Mon Sep 17 00:00:00 2001 From: Laurenz Date: Wed, 13 Apr 2022 13:07:45 +0200 Subject: Smart quotes Co-Authored-By: Martin Haug --- tests/typ/code/closure.typ | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'tests/typ/code') diff --git a/tests/typ/code/closure.typ b/tests/typ/code/closure.typ index 5524ba99..29fca404 100644 --- a/tests/typ/code/closure.typ +++ b/tests/typ/code/closure.typ @@ -5,11 +5,10 @@ // Don't parse closure directly in content. // Ref: true -#let x = "\"hi\"" +#let x = "x" -// Should output `"hi" => "bye"`. -#set text(overhang: false) -#x => "bye" +// Should output `x => y`. +#x => y --- // Basic closure without captures. -- cgit v1.2.3