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/bugs/table-row-missing.typ | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 tests/typ/bugs/table-row-missing.typ (limited to 'tests/typ/bugs/table-row-missing.typ') diff --git a/tests/typ/bugs/table-row-missing.typ b/tests/typ/bugs/table-row-missing.typ deleted file mode 100644 index d72305ba..00000000 --- a/tests/typ/bugs/table-row-missing.typ +++ /dev/null @@ -1,8 +0,0 @@ -// Test that a table row isn't wrongly treated like a gutter row. - ---- -#set page(height: 70pt) -#table( - rows: 16pt, - ..range(6).map(str).flatten(), -) -- cgit v1.2.3