New issue 10 by francois...@gmail.com: Double values are rendered without
points in the HTML report.
http://code.google.com/p/yatspec/issues/detail?id=10
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
Comment #1 on issue 10 by alex.lu...@gmail.com: Double values are rendered
without points in the HTML report.
http://code.google.com/p/yatspec/issues/detail?id=10
Fixed released in version yatspec-195