From 5424ad5f27fc1eba04aaba7b31f592acb41b2844 Mon Sep 17 00:00:00 2001
From: Arne Goedeke <el@laramies.com>
Date: Wed, 16 Apr 2014 20:31:53 +0200
Subject: [PATCH] Standards.BSON: test float handling

---
 src/post_modules/BSON/testsuite.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/post_modules/BSON/testsuite.in b/src/post_modules/BSON/testsuite.in
index 91a95dbd43..efcaee1047 100644
--- a/src/post_modules/BSON/testsuite.in
+++ b/src/post_modules/BSON/testsuite.in
@@ -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()))
-- 
GitLab