diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-05-04 23:04:19 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-05-04 23:12:31 +0200 |
| commit | 2a45650dcc87c3bf047adaf030fd392bbe9fbb5e (patch) | |
| tree | c78ce67e341d2ad1e7f6ffb6058906075b76798a /tests/typ/code/import.typ | |
| parent | e674fd7e909c273c36952f01829544a2efc11c92 (diff) | |
Keyed pairs
Diffstat (limited to 'tests/typ/code/import.typ')
| -rw-r--r-- | tests/typ/code/import.typ | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/typ/code/import.typ b/tests/typ/code/import.typ index 683bb52a..312ee676 100644 --- a/tests/typ/code/import.typ +++ b/tests/typ/code/import.typ @@ -115,3 +115,7 @@ This is never reached. // Should output `, a from "target.typ"`. // Error: 10 expected keyword `from` #import *, a from "target.typ" + +--- +// Error: 9-13 expected identifier +#import a: 1 from "" |
