sustrik / ribosome

Simple code generator
248 stars 21 forks source link

Trimming problem with ribosome.py #18

Closed sustrik closed 9 years ago

sustrik commented 9 years ago

This code:

s = " 2 "
.1@{s}3
.1&{s}3

results in the following output:

12  3
1 2 3
sustrik commented 9 years ago

Fixed.