diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-02-17 16:32:48 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-02-17 16:32:48 +0100 |
| commit | 028632a3a10202ee21eaaf7ecf13ca7fe331106e (patch) | |
| tree | ecba2b74b52b2c94b8ccf63dc8099d8ef608081c /tests/typ/compiler/import.typ | |
| parent | dd5f07eb9110cc5e19dcb4441743a323128426fc (diff) | |
Fix error handling after hashtag
Diffstat (limited to 'tests/typ/compiler/import.typ')
| -rw-r--r-- | tests/typ/compiler/import.typ | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/compiler/import.typ b/tests/typ/compiler/import.typ index 0d40e351..68b6af2e 100644 --- a/tests/typ/compiler/import.typ +++ b/tests/typ/compiler/import.typ @@ -49,8 +49,8 @@ #test((module,).at(0).item(1, 2), 3) // Doesn't work because of mutating name. -// Error: 3-12 cannot mutate a temporary value -#{(module,).at(0).push()} +// Error: 2-11 cannot mutate a temporary value +#(module,).at(0).push() --- // Who needs whitespace anyways? |
