dnanexus / wdlTools

WDL tools for parsing, type-checking, and more
Apache License 2.0
25 stars 7 forks source link

APPS-813 parse default and sep with = token #181

Closed jdidion closed 3 years ago

jdidion commented 3 years ago

Parsing the object value for dx_restart was failing due to default and sep being treated as reserved words in draft-2 and 1.0. I just applied the same fix as in 1.1, which is to treat default= and sep= as single tokens.