From 551e3af9d09a03aaa246cac46b98124bc10835ba Mon Sep 17 00:00:00 2001 From: Laurenz Date: Thu, 8 Jul 2021 21:16:16 +0200 Subject: Replace using with from --- tests/typ/code/block-scoping.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/typ/code/block-scoping.typ') diff --git a/tests/typ/code/block-scoping.typ b/tests/typ/code/block-scoping.typ index ed689f3d..7970ee1b 100644 --- a/tests/typ/code/block-scoping.typ +++ b/tests/typ/code/block-scoping.typ @@ -21,7 +21,7 @@ --- // Double block creates a scope. {{ - import "target.typ" using b + import b from "target.typ" test(b, 1) }} -- cgit v1.2.3