Closed jdidion closed 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.
dx_restart
default
sep
default=
sep=
Parsing the object value for
dx_restart
was failing due todefault
andsep
being treated as reserved words in draft-2 and 1.0. I just applied the same fix as in 1.1, which is to treatdefault=
andsep=
as single tokens.