diff options
| author | +merlan #flirora <flirora@flirora.xyz> | 2025-04-07 14:42:29 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-07 18:42:29 +0000 |
| commit | 14a0565d95b40bb58a07da554b7d05d4712efcd7 (patch) | |
| tree | 9255cb3d95bae3520642de6430c15208314a6102 /tests/suite | |
| parent | bd2e76e11d487d1e825217db155e45d3fb6f6584 (diff) | |
Show warnings from eval (#6100)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'tests/suite')
| -rw-r--r-- | tests/suite/foundations/eval.typ | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/suite/foundations/eval.typ b/tests/suite/foundations/eval.typ index f85146b2..85f43911 100644 --- a/tests/suite/foundations/eval.typ +++ b/tests/suite/foundations/eval.typ @@ -52,3 +52,9 @@ _Tiger!_ #eval(mode: "math", "f(a) = cases(a + b\, space space x >= 3,a + b\, space space x = 5)") $f(a) = cases(a + b\, space space x >= 3,a + b\, space space x = 5)$ + +--- issue-6067-eval-warnings --- +// Test that eval shows warnings from the executed code. +// Warning: 7-11 no text within stars +// Hint: 7-11 using multiple consecutive stars (e.g. **) has no additional effect +#eval("**", mode: "markup") |
