diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-09-11 12:04:37 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-09-11 12:04:37 +0200 |
| commit | 921b40cf9cb75c6412e2421130671b08dcf1ee13 (patch) | |
| tree | 817735ec1d2dabcbb0cd3d38f73f5e2772eb5300 /tests/typ/compute/construct.typ | |
| parent | 6483d3035bab4df2d644acb738974413977aaa37 (diff) | |
Forward third-party errors
Better to know something even if it isn't always formatted in the prettiest way
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 ea9d2816..80e0876a 100644 --- a/tests/typ/compute/construct.typ +++ b/tests/typ/compute/construct.typ @@ -221,5 +221,5 @@ #datetime.today().display(" []") --- -// Error: 26-36 failed to format datetime in the requested format +// Error: 26-36 failed to format datetime (insufficient information) #datetime.today().display("[hour]") |
