mesonbuild/meson

Cross file whitespace parsing error

Open

#1497 opened on Mar 23, 2017

View on GitHub
 (4 comments) (0 reactions) (0 assignees)Python (4,978 stars) (1,465 forks)batch import
bughelp wantedmachine filesparser/interpreter

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