aboutsummaryrefslogtreecommitdiff
path: root/src/data
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2026-04-29 21:54:57 +0200
committerAnhgelus Morhtuuzh <william@herges.fr>2026-04-29 21:54:57 +0200
commit77ccdd8559383c25fc59fbcba38117102e5657b5 (patch)
treeaf089391472afe3207572f16ed0940aa0b8fc37d /src/data
parentce40702a501c3159db89693bd7da713ae1b4c011 (diff)
fix(test): checking diff for random values in svg
Diffstat (limited to 'src/data')
-rw-r--r--src/data/test_content_1.typ4
-rw-r--r--src/data/test_content_2.typ4
2 files changed, 2 insertions, 6 deletions
diff --git a/src/data/test_content_1.typ b/src/data/test_content_1.typ
index e2f21a5..171e00b 100644
--- a/src/data/test_content_1.typ
+++ b/src/data/test_content_1.typ
@@ -1,5 +1,3 @@
#import "_base.typ": *
-#show: display.with()
-
-$text("Adwaita Mono") x$
+#display[$x$]
diff --git a/src/data/test_content_2.typ b/src/data/test_content_2.typ
index 47666a8..a126a0c 100644
--- a/src/data/test_content_2.typ
+++ b/src/data/test_content_2.typ
@@ -1,5 +1,3 @@
#import "_base.typ": *
-#show: display.with()
-
-$x^2$
+#display[$x^2$]