atomist-attic / rug

DEPRECATED Runtime for Rugs
GNU General Public License v3.0
53 stars 13 forks source link

Handle path expression tests without quotes #637

Closed jessitron closed 6 years ago

jessitron commented 7 years ago

I found this error in my event log after a failure to run a handler:

Failure: `\"' expected but `l' found\n/orgs::Org()[/repo::Repo()[@name=lizardspit]]

Can we just handle this? key=value without quotes, when it's delimited by [] already, seems reasonable The fewer error people have to deal with here the better