diff options
| author | PgBiel <9021226+PgBiel@users.noreply.github.com> | 2024-07-15 12:43:18 -0300 |
|---|---|---|
| committer | PgBiel <9021226+PgBiel@users.noreply.github.com> | 2024-07-15 12:51:01 -0300 |
| commit | fd410f230a8e902c16e448757e7f72e848e46ba9 (patch) | |
| tree | 6c0ef1fec6d6903bba3270818ac77b16bbc6bede | |
| parent | 70d7e464009a53f069a90762ae6984dbbb03d640 (diff) | |
fix tests for now
| -rw-r--r-- | tests/suite/syntax/decorator.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/suite/syntax/decorator.typ b/tests/suite/syntax/decorator.typ index 47578ec9..7faa49a3 100644 --- a/tests/suite/syntax/decorator.typ +++ b/tests/suite/syntax/decorator.typ @@ -11,7 +11,7 @@ #{ /! allow("unnecessary-stars") - h(0em) + let _ = h(0em) } #let _ = $ |
