Skip to content
Snippets Groups Projects
Commit 5424ad5f authored by Arne Goedeke's avatar Arne Goedeke
Browse files

Standards.BSON: test float handling

parent 89ffe703
Branches
Tags
No related merge requests found
......@@ -23,4 +23,5 @@ test_dec("1\0\0\0\4BSON\0&\0\0\0\1""1\0"+ "333333\24@\2"+ "0\0\b\0\0\0awesome\0\
test_enc_dec(Val.null)
test_enc_dec(Val.false)
test_enc_dec(Val.true)
test_enc_dec(({ 2.15392757010452e+18, Math.e, Math.pi, Math.inf }));
test_enc_dec(indices(all_constants()))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment