Implement rendering of []=, {}, {}= braces (#14539)

* render curly braces
* fix typo
* fix test

Co-authored-by: cooldome <ariabushenko@bk.ru>
This commit is contained in:
cooldome
2020-06-01 18:56:17 +01:00
committed by GitHub
parent 3cf88c2b49
commit e5b64af831
3 changed files with 71 additions and 20 deletions

View File

@@ -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