summaryrefslogtreecommitdiff
path: root/tests/typ/style/set-block.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/style/set-block.typ')
-rw-r--r--tests/typ/style/set-block.typ10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/typ/style/set-block.typ b/tests/typ/style/set-block.typ
deleted file mode 100644
index f260acdc..00000000
--- a/tests/typ/style/set-block.typ
+++ /dev/null
@@ -1,10 +0,0 @@
-// Test set in code blocks.
-
----
-// Test that template in block is not affected by set
-// rule in block ...
-A{set text(fill: eastern); [B]}C
-
----
-// ... no matter the order.
-A{[B]; set text(fill: eastern)}C