From e039552f9d7bb49da8dafe7a83b87a08202eb30f Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sat, 13 Apr 2024 10:39:45 +0200 Subject: Better test runner (#3922) --- tests/suite/scripting/modules/cycle1.typ | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/suite/scripting/modules/cycle1.typ (limited to 'tests/suite/scripting/modules/cycle1.typ') diff --git a/tests/suite/scripting/modules/cycle1.typ b/tests/suite/scripting/modules/cycle1.typ new file mode 100644 index 00000000..0f924ac7 --- /dev/null +++ b/tests/suite/scripting/modules/cycle1.typ @@ -0,0 +1,5 @@ +// SKIP +#import "cycle2.typ": * +#let inaccessible = "wow" + +This is the first element of an import cycle. -- cgit v1.2.3