kustomzone / plush

Plush is a browser-based shell or terminal.
Apache License 2.0
0 stars 0 forks source link

command parser hates tabs #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Tabs don't behave as whitespace when parsing commands:

# ls # space before comment
...  
# ls    # tab before comment
Unknown command: ls # tab before comment

I tried fixing this in the Tokens.hs 'whitespace' function, but it didn't seem 
to have any effect.

Original issue reported on code.google.com by warrenha...@gmail.com on 7 Nov 2012 at 2:28

GoogleCodeExporter commented 9 years ago
Turns out <blank> in the spec means <space> and <tab>! Who knew?

Original comment by m...@glyphic.com on 2 Feb 2013 at 11:24

GoogleCodeExporter commented 9 years ago

Original comment by m...@glyphic.com on 2 Feb 2013 at 11:58

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 26ce0d32883e.

Original comment by m...@glyphic.com on 17 Feb 2013 at 1:40

GoogleCodeExporter commented 9 years ago

Original comment by m...@glyphic.com on 15 Jun 2013 at 2:56