From ea921aca5d6268474383b6bac8fdd78de1f23c5a Mon Sep 17 00:00:00 2001 From: Laurenz Date: Wed, 15 Sep 2021 13:12:07 +0200 Subject: Blocks directly in template also scope --- tests/typ/code/block.typ | 4 +++- tests/typ/code/import.typ | 2 -- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/typ/code') diff --git a/tests/typ/code/block.typ b/tests/typ/code/block.typ index a54df461..45ee9204 100644 --- a/tests/typ/code/block.typ +++ b/tests/typ/code/block.typ @@ -58,8 +58,10 @@ } --- -// Block in template does not create a scope. +// Block directly in template also creates a scope. { let x = 1 } + +// Error: 7-8 unknown variable #test(x, 1) --- diff --git a/tests/typ/code/import.typ b/tests/typ/code/import.typ index 953b522e..bc96e80c 100644 --- a/tests/typ/code/import.typ +++ b/tests/typ/code/import.typ @@ -21,8 +21,6 @@ test(b, 1) } -#test(b, 1) - // A wildcard import. #import * from "target.typ" -- cgit v1.2.3