diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-07-08 20:03:13 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-07-08 20:03:13 +0200 |
| commit | 5c327e249e03ac303e7fef40e2df6c6ef834db66 (patch) | |
| tree | 44e60f7ed494e1e6452f378620baa4afbc755346 /tests/typ/code/let.typ | |
| parent | f85e5aac64784deac75950a1307f2ca802ad6765 (diff) | |
Switch to = for headings once again
Diffstat (limited to 'tests/typ/code/let.typ')
| -rw-r--r-- | tests/typ/code/let.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/code/let.typ b/tests/typ/code/let.typ index 1a0bb10e..d788a563 100644 --- a/tests/typ/code/let.typ +++ b/tests/typ/code/let.typ @@ -79,6 +79,6 @@ Three // Error: 9 expected expression #let v = -// Should output `= 1`. +// Should output a heading `1`. // Error: 6-9 expected identifier, found string #let "v" = 1 |
