diff options
Diffstat (limited to 'tests/typ')
| -rw-r--r-- | tests/typ/bugs/2044-invalid-parsed-ident.typ | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/typ/bugs/2044-invalid-parsed-ident.typ b/tests/typ/bugs/2044-invalid-parsed-ident.typ new file mode 100644 index 00000000..5e4b560c --- /dev/null +++ b/tests/typ/bugs/2044-invalid-parsed-ident.typ @@ -0,0 +1,6 @@ +// In this bug, the dot at the end was causing the right parenthesis to be +// parsed as an identifier instead of the closing right parenthesis. +// Issue: https://github.com/typst/typst/issues/2044 + +$floor(phi.alt.)$ +$floor(phi.alt. )$ |
