From 020294fca9a7065d4b9cf4e677f606ebaaa29b00 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sat, 13 Apr 2024 10:39:45 +0200 Subject: Better test runner (#3922) --- tests/typ/layout/place-nested.typ | 40 --------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 tests/typ/layout/place-nested.typ (limited to 'tests/typ/layout/place-nested.typ') diff --git a/tests/typ/layout/place-nested.typ b/tests/typ/layout/place-nested.typ deleted file mode 100644 index 93006ff5..00000000 --- a/tests/typ/layout/place-nested.typ +++ /dev/null @@ -1,40 +0,0 @@ -// Test vertical alignment with nested placement. - ---- -#box( - fill: aqua, - width: 30pt, - height: 30pt, - place(bottom, - place(line(start: (0pt, 0pt), end: (20pt, 0pt), stroke: red + 3pt)) - ) -) - ---- -#box( - fill: aqua, - width: 30pt, - height: 30pt, - { - box(fill: yellow, { - [Hello] - place(horizon, line(start: (0pt, 0pt), end: (20pt, 0pt), stroke: red + 2pt)) - }) - place(horizon, line(start: (0pt, 0pt), end: (20pt, 0pt), stroke: green + 3pt)) - } -) - ---- -#box(fill: aqua)[ - #place(bottom + right)[Hi] - Hello World \ - How are \ - you? -] - ---- -#box(fill: aqua)[ - #place(top + left, dx: 50%, dy: 50%)[Hi] - #v(30pt) - #line(length: 50pt) -] -- cgit v1.2.3