From 1b5c6e8eb874d5fd01b39c34c5c577b5b33e0493 Mon Sep 17 00:00:00 2001 From: PgBiel <9021226+PgBiel@users.noreply.github.com> Date: Wed, 26 Jun 2024 11:57:26 -0300 Subject: [PATCH] no rendering in tests --- tests/suite/syntax/decorator.typ | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/suite/syntax/decorator.typ b/tests/suite/syntax/decorator.typ index fa503089b..04261e081 100644 --- a/tests/suite/syntax/decorator.typ +++ b/tests/suite/syntax/decorator.typ @@ -7,16 +7,16 @@ /! allow("the") /! allow("unnecessary-stars") -#[*a*] +#h(0em) #{ /! allow("unnecessary-stars") - [*a*] + h(0em) } -$ +#let _ = $ /! allow("unnecessary-stars") - #[*a*] + h(#0em) $ --- decorator-comments --- @@ -123,7 +123,7 @@ this is ok ** /! allow("unnecessary-stars") -b +#h(0em) // Warning: 3-5 no text within stars // Hint: 3-5 using multiple consecutive stars (e.g. **) has no additional effect #[**]