test_false.py 88 B

12345
  1. from erlpack import pack
  2. def test_false():
  3. assert pack(False) == '\x83s\x05false'