joshtemple / lkml

A speedy LookML parser & serializer implemented in pure Python.
MIT License
166 stars 31 forks source link

Failure to parse sets with space-delimited leading hypens #86

Closed joshtemple closed 10 months ago

joshtemple commented 10 months ago

lkml can't parse, this, which is valid lkml:

fields: [- view.dimension_name]

The issue seems to be with the space between the hyphen and the field name.