Fix RedisModule_ReplyWithLongDouble ptr definition, add tests

This commit is contained in:
artix
2019-11-04 18:49:50 +01:00
parent 60ec2b78b3
commit 060af1858d
3 changed files with 45 additions and 2 deletions
+5
View File
@@ -16,4 +16,9 @@ start_server {tags {"modules"}} {
assert { [string match "*cmdstat_module*" $info] }
}
test {test long double conversions} {
set ld [r test.ld_conversion]
assert {[string match $ld "0.00000000000000001"]}
}
}