diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-02-21 09:38:47 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-21 08:38:47 +0000 |
| commit | be49935753f0e37ae8e04fb53111e6f116c63f47 (patch) | |
| tree | 0fbc875af61bdedb0d0de42b8809bdb4aae8586f /tests/typ/compute | |
| parent | b2e509d472634fd5dd43514dbde24eedab566abd (diff) | |
Destructuring improvements (#3463)
Diffstat (limited to 'tests/typ/compute')
| -rw-r--r-- | tests/typ/compute/foundations.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/compute/foundations.typ b/tests/typ/compute/foundations.typ index cabed0bf..e4b7ce6a 100644 --- a/tests/typ/compute/foundations.typ +++ b/tests/typ/compute/foundations.typ @@ -86,7 +86,7 @@ #eval("RR_1^NN", mode: "math", scope: (RR: math.NN, NN: math.RR)) --- -// Error: 7-12 expected identifier +// Error: 7-12 expected pattern #eval("let") --- |
