prnicolas/ScalaMl

types.scala:ScalaML.toText - dropRight(1) unwanted

Opened this issue · 0 comments

Around line 102 in types.scala is an error where dropRight(1) is used, which has the effect of just dropping the last character of the string conversion of the last double value, ie:

"1.0, 2.3, 3.0".dropRight(1) = "1.0, 2.3, 3."