diff options
author | P. J. McDermott <pj@pehjota.net> | 2016-02-21 13:46:14 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2016-02-21 13:46:14 (EST) |
commit | 89268e7fae95bd6e215ca03f2b5276691ef31166 (patch) | |
tree | 107786524ceca84afd90c1022990ed7d02e1cb77 /libsh | |
parent | 5d5c6e2dd9c5fbdada5887485b2bc8117ecb0c72 (diff) | |
download | eggshell-89268e7fae95bd6e215ca03f2b5276691ef31166.zip eggshell-89268e7fae95bd6e215ca03f2b5276691ef31166.tar.gz eggshell-89268e7fae95bd6e215ca03f2b5276691ef31166.tar.bz2 |
eshtrans/frontend: Don't trim trailing tokens from scanners
Before we'd get things like this:
Input: $(foo bar)
Output: $(foo )
Input: $(($(foo bar) + 1))
Output: $(($(foo ) + 1))
Now we get things like this:
Input: $(foo bar)
Output: $(foo bar )
Input: $(($(foo bar) + 1))
Output: $(($(foo bar ) + 1))
Diffstat (limited to 'libsh')
0 files changed, 0 insertions, 0 deletions