bughelp wantedmachine filesparser/interpreter
倉庫指標
- 星標
- (4,978 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
A parsing error is thrown if a closing bracket in a cross file appears at the beginning of the line.
For example, this works:
c_args = [
'-DFOO'
]
...but this doesn't:
c_args = [
'-DFOO'
]