haysclark / as3-xpath

1 stars 0 forks source link

Path cuts off after more than one decimal place in numbers #15

Closed haysclark closed 9 years ago

haysclark commented 9 years ago

From peterj...@gmail.com on May 06, 2008 07:10:37

What steps will reproduce the problem? trace(XPathQuery.execQuery(null, "29.99")); What is the expected output? What do you see instead? Should output 29.99, but it outputs 29.9 instead.

Original issue: http://code.google.com/p/xpath-as3/issues/detail?id=15

haysclark commented 9 years ago

From peterj...@gmail.com on May 06, 2008 07:13:27

Status: Fixed

haysclark commented 9 years ago

From peterj...@gmail.com on April 14, 2009 00:10:30

Verifying old bug fixes

Status: Verified