diff options
| author | MALO <57839069+MDLC01@users.noreply.github.com> | 2023-10-29 11:15:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-29 11:15:53 +0100 |
| commit | 500468fd05a6aa893c534344f85dcffb551dec5d (patch) | |
| tree | 180c8987aa6a3ec1df32dc994a39f58dc566e28e /tests/typ/compiler | |
| parent | 102a57056b41e3965a1acf528f17dd0c5e5ea673 (diff) | |
Improve "cannot apply '{+,-}'" error messages (#2510)
Diffstat (limited to 'tests/typ/compiler')
| -rw-r--r-- | tests/typ/compiler/ops-invalid.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/compiler/ops-invalid.typ b/tests/typ/compiler/ops-invalid.typ index 7e8b63ef..de8e6234 100644 --- a/tests/typ/compiler/ops-invalid.typ +++ b/tests/typ/compiler/ops-invalid.typ @@ -14,7 +14,7 @@ #test({2*}, 2) --- -// Error: 3-13 cannot apply '+' to content +// Error: 3-13 cannot apply unary '+' to content #(+([] + [])) --- |
