From d799a4207bc70e838bda0358d95d7f53540deeba Mon Sep 17 00:00:00 2001 From: T0mstone Date: Wed, 11 Jun 2025 14:36:09 +0200 Subject: [PATCH] Change test fix to empty content --- tests/ref/context-delayed-warning.png | Bin 800 -> 0 bytes .../issue-4769-document-context-conditional.png | Bin 703 -> 0 bytes tests/suite/foundations/context.typ | 2 +- tests/suite/model/document.typ | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 tests/ref/context-delayed-warning.png delete mode 100644 tests/ref/issue-4769-document-context-conditional.png diff --git a/tests/ref/context-delayed-warning.png b/tests/ref/context-delayed-warning.png deleted file mode 100644 index a4e53e159b109c15e7165f3329ce9d8fae0360c8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 800 zcmV+*1K<3KP)98^E6WU}n+``2X>>~mQLW3Oh=@f|c7UOk zm@|(^ls0GH_jKxaZtnEia21L;AyR+n`~2ne!{>*`Z?E?lMyW9pEWr}|Kfw;XXM2XH z#|+5s4K7)Xx3Z7oJ);ay0s~sx+VNy4xF+95cdf3C<{~F`VnID+#Q>%T^c@;AbmlZ+ ztp+W%ru+u9B>xPB3+47VL6zR&tKo-2+BL$Of;*vmSD{$4 zf5w*hd1rz2o%n3tJ+o8vKPdb9EfNGaEpz|w3cdt1&N>h!BYnOy@H+y9LCTO1_$*W8UM<}>36-t)`>QbpV5TV<14x%3l*QiNYjlZEh6t8ea2)x*?Sx?p2h=_<>MFwfds9fNI1-O#T z?WKx_U+^bxrl1W2;?)>sOa$Em1pHdCO<@WESsNpB7#g-svT)?08@7%&VWdAi*@5C= zZYDR5=mW7$=nJ1$QX?avln1d0tba-N5)W*+Mfn^z{A2Op@Fclh-jcQ`F4W|PQO)1A zLhKKZ-w+#UX`CIuFx?d@j~v$*ZVTA9Mn-0ELU08Fr9lZnc^;VXnAJ)*Y?*d$FxXk| z&P9j52fGnyuY`6R77>>Luy!DH>zrWKx_}Bx6Gl5`6V6ruyUx)J7Oevs!LIG@eSsc* z7qs+XuKxSw5=Lt>tE3|#!T%0cJsJu4)sAZ-DeAbV`3cE3>XrLzKQ0Q(8Gg7XN|&?` zUscg`d2#e@N5I>xK=JTN)9}L-UrAhzubr58+*5w>Q>mslpSi~H!#VS^Ui89SGq|7h zX0BST?ivyJX^fb>@()D#SL!woxveqsPn^8f9wAvT%{7rYnt2veZ&yg61L2 zP*Slmk4v5BQy!LW9@0(U*+n-+E-L2D?|uC|yso|(_66VymztKvhoW+?ao59EHWN zri1Ddb5)UDKwt>GLS4g^dP@oZv>P#tcx!~^|eLWa3q zJ?Vdj^eViT#)8OG;r$uji)fD-JPiA{;Cpg9f^h>t?NYh*&^m0{g(d3KfyM4HeELyc zVw_+Nj=YHkw1I?luOBz45KZREO-_9ueYyV#&uN%-_*xRM?lfgMf~c*@&!Wu59$=)& zcoO%yf#78;@bl>G) zys|^EF3dLYTDf#!IleAE>$RknVO9RB;@}ILz^&S@2$G~Yj0}qL(IjN{gkuxfm|t{^ z^eWt#^_zFrYG!Q(->#kX=4J)X=JBIA&M@C6+FaG!0B*ZcdA1`~suMSqg^x5`$X_sr lmh{Sm0TEyU7GMGX(Kjv~0ygh)w}=1$002ovPDHLkV1l-3PBj1k diff --git a/tests/suite/foundations/context.typ b/tests/suite/foundations/context.typ index 7c71b0f95..74905beeb 100644 --- a/tests/suite/foundations/context.typ +++ b/tests/suite/foundations/context.typ @@ -48,5 +48,5 @@ let n = query().len() let fonts = ("nope", "Roboto") set text(font: fonts.at(n)) - lorem(5) + [] } diff --git a/tests/suite/model/document.typ b/tests/suite/model/document.typ index beaff0538..b8e9222ae 100644 --- a/tests/suite/model/document.typ +++ b/tests/suite/model/document.typ @@ -51,5 +51,5 @@ Hello #context { set document(author: "Changed") if "Normal" in document.author set document(title: "Changed") if document.title == "Normal" - lorem(5) + [] }