diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-04-13 10:39:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-13 08:39:45 +0000 |
| commit | 020294fca9a7065d4b9cf4e677f606ebaaa29b00 (patch) | |
| tree | c0027ad22046e2726c22298461327823d6b88d53 /tests/typ/bugs/subelement-panic.typ | |
| parent | 72dd79210602ecc799726fc096b078afbb47f299 (diff) | |
Better test runner (#3922)
Diffstat (limited to 'tests/typ/bugs/subelement-panic.typ')
| -rw-r--r-- | tests/typ/bugs/subelement-panic.typ | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/tests/typ/bugs/subelement-panic.typ b/tests/typ/bugs/subelement-panic.typ deleted file mode 100644 index fcad83bc..00000000 --- a/tests/typ/bugs/subelement-panic.typ +++ /dev/null @@ -1,40 +0,0 @@ -// Test that figure captions don't cause panics. -// Ref: false - ---- -// #2530 -#figure(caption: [test])[].caption - ---- -// #2165 -#figure.caption[] - ---- -// #2328 -// Error: 4-43 footnote entry must have a location -// Hint: 4-43 try using a query or a show rule to customize the footnote instead -HI#footnote.entry(clearance: 2.5em)[There] - ---- -// Enum item (pre-emptive) -#enum.item(none)[Hello] -#enum.item(17)[Hello] - ---- -// List item (pre-emptive) -#list.item[Hello] - ---- -// Term item (pre-emptive) -#terms.item[Hello][World!] - ---- -// Outline entry (pre-emptive) -// Error: 2-48 cannot outline text -#outline.entry(1, [Hello], [World!], none, [1]) - ---- -// Outline entry (pre-emptive, improved error) -// Error: 2-55 heading must have a location -// Hint: 2-55 try using a query or a show rule to customize the outline.entry instead -#outline.entry(1, heading[Hello], [World!], none, [1]) |
