summaryrefslogtreecommitdiff
path: root/tests/suite/model
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-12-17 10:25:15 +0100
committerGitHub <noreply@github.com>2024-12-17 09:25:15 +0000
commited67220e4b5ae6b3a1bc50f59bd52b5b1dea3a6b (patch)
treed27d36e3707e2339af4f55bf514a95e3d0cd3971 /tests/suite/model
parent51020fcf3cd6fbe62d148d2188b9aaac4445bf63 (diff)
Remove deprecated things and compatibility behaviours (#5591)
Diffstat (limited to 'tests/suite/model')
-rw-r--r--tests/suite/model/outline.typ4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/suite/model/outline.typ b/tests/suite/model/outline.typ
index 18c61df8..a8426d6c 100644
--- a/tests/suite/model/outline.typ
+++ b/tests/suite/model/outline.typ
@@ -43,8 +43,6 @@ A
#set outline(fill: none)
#context test(outline.indent, none)
-#outline(indent: false)
-#outline(indent: true)
#outline(indent: none)
#outline(indent: auto)
#outline(indent: 2em)
@@ -62,8 +60,6 @@ A
#show heading: none
#set outline(fill: none)
-#outline(indent: false)
-#outline(indent: true)
#outline(indent: none)
#outline(indent: auto)
#outline(indent: n => 2em * n)