diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2026-04-29 21:54:57 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2026-04-29 21:54:57 +0200 |
| commit | 77ccdd8559383c25fc59fbcba38117102e5657b5 (patch) | |
| tree | af089391472afe3207572f16ed0940aa0b8fc37d /src/data | |
| parent | ce40702a501c3159db89693bd7da713ae1b4c011 (diff) | |
fix(test): checking diff for random values in svg
Diffstat (limited to 'src/data')
| -rw-r--r-- | src/data/test_content_1.typ | 4 | ||||
| -rw-r--r-- | src/data/test_content_2.typ | 4 |
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$] |
