sustrik/ribosome

The dollar at the end doesn't make ribosome remove the whitespace at the end

xekoukou opened this issue · 2 comments

The test is wrong since there is no whitespace in the end.

Both ribosome.js and ribosome.rb fail to remove it.

Dollar should preserve the space. It's only used as a readability improvement, so that whitespace in the source is clearly visible:

.abc $
./+def

Am I misunderstanding you?

If that is so, then the implementations are correct. Closing the issue.