diff options
Diffstat (limited to 'test/src')
| -rw-r--r-- | test/src/floatfns-tests.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/src/floatfns-tests.el b/test/src/floatfns-tests.el index 3dcddc7f26b..14576b603c0 100644 --- a/test/src/floatfns-tests.el +++ b/test/src/floatfns-tests.el | |||
| @@ -109,4 +109,8 @@ | |||
| 109 | (should-error (round n d)) | 109 | (should-error (round n d)) |
| 110 | (should-error (truncate n d))))))) | 110 | (should-error (truncate n d))))))) |
| 111 | 111 | ||
| 112 | (ert-deftest big-round () | ||
| 113 | (should (= (floor 54043195528445955 3) | ||
| 114 | (floor 54043195528445955 3.0)))) | ||
| 115 | |||
| 112 | (provide 'floatfns-tests) | 116 | (provide 'floatfns-tests) |