~theothornhill/cl-bare

1e8761880c7a0f4ca89d6b254297117acbc2d13d — Theodor Thornhill 3 years ago f25201a
Add test for most-positive-fixnum
1 files changed, 5 insertions(+), 1 deletions(-)

M tests/bare-tests.lisp
M tests/bare-tests.lisp => tests/bare-tests.lisp +5 -1
@@ 42,7 42,11 @@
  (test-binary-type uint
    :stream (buf #(#x8B #xCA #x99 #x01))
    :result (ok (= #x26650B))
    :bytes 4))
    :bytes 4)
  (test-binary-type uint
    :stream (buf #(#xFF #xFF #xFF #xFF #xFF #xFF #xFF #xFF #x3F))
    :result (ok (= #x3FFFFFFFFFFFFFFF))
    :bytes 9))

(deftest read-u8
  (test-binary-type u8