diff options
| author | T0mstone <39707032+T0mstone@users.noreply.github.com> | 2023-10-02 20:28:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-02 20:28:19 +0200 |
| commit | cf9bde3245817e068c8253070e7a94dcc05369fb (patch) | |
| tree | ec6bcd27a9e38d307015f9c3d5a94acc4379a468 /tests/typ/compute/construct.typ | |
| parent | 34ebbaeb1082b82b4f38d0b8da9a07675127ed79 (diff) | |
Add capability to get current compiler version (#2016)
Diffstat (limited to 'tests/typ/compute/construct.typ')
| -rw-r--r-- | tests/typ/compute/construct.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/compute/construct.typ b/tests/typ/compute/construct.typ index d3cea0b4..6980c922 100644 --- a/tests/typ/compute/construct.typ +++ b/tests/typ/compute/construct.typ @@ -168,7 +168,7 @@ #test(str(10 / 3).len() > 10, true) --- -// Error: 6-8 expected integer, float, bytes, label, type, or string, found content +// Error: 6-8 expected integer, float, version, bytes, label, type, or string, found content #str([]) --- |
