[imported from Github]
the unlexers seem to ignore % and $ symbols, and do not remove the space
between them and the number, for example:
ps -unlextext "30 %"
30 %
ps -unlexcode "30 %"
30 %
ps -unlextext "$ 30"
$ 30
ps -unlexcode "$ 30"
$ 30
Original issue reported on code.google.com by gregoire...@gmail.com on 27 Aug 2013 at 1:27
Original issue reported on code.google.com by
gregoire...@gmail.com
on 27 Aug 2013 at 1:27