mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-28 10:13:56 +00:00
Implement rendering of []=, {}, {}= braces (#14539)
* render curly braces * fix typo * fix test Co-authored-by: cooldome <ariabushenko@bk.ru>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
discard """
|
||||
errormsg: "in expression '("
|
||||
errormsg: "in expression ':"
|
||||
nimout: '''
|
||||
Error: in expression '(
|
||||
890)': identifier expected, but found ''
|
||||
Error: in expression ':
|
||||
890': identifier expected, but found ''
|
||||
'''
|
||||
|
||||
line: 11
|
||||
|
||||
Reference in New Issue
Block a user