From dd9c323941260a1d08d5113dbefa023713f553da Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 21 Nov 2022 17:12:16 +0100 Subject: Show with set --- src/syntax/incremental.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/syntax') diff --git a/src/syntax/incremental.rs b/src/syntax/incremental.rs index 1087bb79..6c9145a2 100644 --- a/src/syntax/incremental.rs +++ b/src/syntax/incremental.rs @@ -458,7 +458,7 @@ mod tests { test(r#"a ```typst hello``` b"#, 16 .. 17, "", 0 .. 18); test(r#"a ```typst hello```"#, 16 .. 17, "", 0 .. 18); test("#for", 4 .. 4, "//", 0 .. 6); - test("#show a: f as b..", 16..16, "c", 0..18); + test("#show f: a => b..", 16..16, "c", 0..18); test("a\n#let \nb", 7 .. 7, "i", 2 .. 9); test("a\n#for i \nb", 9 .. 9, "in", 2 .. 12); test("a~https://fun/html", 13..14, "n", 0..18); -- cgit v1.2.3