no rendering in tests

This commit is contained in:
PgBiel 2024-06-26 11:57:26 -03:00
parent 65dc277fc5
commit 1b5c6e8eb8

View File

@ -7,16 +7,16 @@
/! allow("the") /! allow("the")
/! allow("unnecessary-stars") /! allow("unnecessary-stars")
#[*a*] #h(0em)
#{ #{
/! allow("unnecessary-stars") /! allow("unnecessary-stars")
[*a*] h(0em)
} }
$ #let _ = $
/! allow("unnecessary-stars") /! allow("unnecessary-stars")
#[*a*] h(#0em)
$ $
--- decorator-comments --- --- decorator-comments ---
@ -123,7 +123,7 @@ this is ok
** **
/! allow("unnecessary-stars") /! allow("unnecessary-stars")
b #h(0em)
// Warning: 3-5 no text within stars // Warning: 3-5 no text within stars
// Hint: 3-5 using multiple consecutive stars (e.g. **) has no additional effect // Hint: 3-5 using multiple consecutive stars (e.g. **) has no additional effect
#[**] #[**]