Skip to content

Fix issue #419 `echo hello#world`

Michael Aaron Murphy requested to merge drosseau:master into master

Created by: drosseau

This should fix issue #419 (closed), but I'm not sure if it is exactly how we want to do it. With this change any # not at the start of the line (self.read == 1) or preceded by an ascii whitespace character (b' ' | b'\t') will be considered part of the token it is inside.

Merge request reports