d4g33z

Results 2 comments of d4g33z

This may be a similar issue, or my own misunderstanding of bashlex: `>>> bashlex.parse('DOCKER_BUILDTAGS+=" $tag"')` `[CommandNode(parts=[AssignmentNode(parts=[ParameterNode(pos=(20, 24) value='tag')] pos=(0, 25) word='DOCKER_BUILDTAGS+= $tag')] pos=(0, 25))]` I expected the following output instead:...

Sorry to hijack the issue. I'll have to revisit parsing += assignments that concatenate strings with white space. Thanks, it's a great library.