qwertie / LoycCore

The Loyc Core Libraries. Loyc.Essentials fills in gaps in the .NET Base Class Library; Loyc.Collections adds sophisticated data structures; and Loyc.Syntax contains the LES parser and other parsing-related services including base classes for LLLPG.
Other
44 stars 10 forks source link

Fix culture-sensitive number parsing #2

Closed default0 closed 9 years ago

default0 commented 9 years ago

The tests would break on machines with a different decimal separator from ".". It now always uses the invariant culture, instead of the one from the local machine.