bodar/yatspec

Double values are rendered without points in the HTML report.

GoogleCodeExporter opened this issue · 1 comments

To reproduce, simply run Yatspec with a double, it will appear with a space 
instead of the point in the HTML report. Since a method name never starts with 
a number, there could be a rule '.' + number => no replacement of the '.'

e.g. myObject.myMethod(100.0) => my object my method 100.0

Original issue reported on code.google.com by francois...@gmail.com on 11 Oct 2011 at 10:16

Fixed released in version yatspec-195

Original comment by alex.luker on 4 Apr 2012 at 3:40

  • Changed state: Fixed