Files
wren/test/number
Bob Nystrom e52573c3f6 fix: change infinity string representation from "inf" to "infinity" in num_toString
Update the num_toString primitive in wren_core.c to return "infinity" and "-infinity"
instead of the platform-dependent "inf" and "-inf" for positive and negative infinity
values. This ensures consistent string output across different C compilers and
platforms that may format infinity differently. Update the corresponding test
expectations in test/number/divide.wren to match the new output format.
2015-03-13 14:35:10 +00:00
..