From 77ccdd8559383c25fc59fbcba38117102e5657b5 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Wed, 29 Apr 2026 21:54:57 +0200 Subject: fix(test): checking diff for random values in svg --- src/data/test_content_1.typ | 4 +--- src/data/test_content_2.typ | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) (limited to 'src/data') 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$] -- cgit v1.2.3