discourse-data-explorer/spec/lib
锦心 1d991c6192
FIX: fix double validation (#314)
The old float validation had several bugs. It will recognize strings
like "a1.2" and "3.4b" as valid doubles, but will not recognize integers
like "1234" as doubles. Also, since an empty string is not falsy in Ruby,
it will recognize "Inf" as -Infinity.

This commit fixes these issues
2024-08-21 15:39:56 +08:00
..
data_explorer DEV: Fix new Rubocop offenses (#282) 2024-02-29 18:15:57 +01:00
parameter_spec.rb FIX: fix double validation (#314) 2024-08-21 15:39:56 +08:00