test_true.py 85 B

12345
  1. from erlpack import pack
  2. def test_true():
  3. assert pack(True) == '\x83s\x04true'