mesonbuild/meson

Cross file whitespace parsing error

Closed

#1,497 opened on Mar 23, 2017

 (4 comments) (0 reactions) (0 assignees)Python (1,465 forks)batch import
bughelp wantedmachine filesparser/interpreter

Repository metrics

Stars
 (4,978 stars)
PR merge metrics
 (Avg merge 139d 13h) (51 merged PRs in 30d)

Description

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'
]

Contributor guide