Skip to content

Instantly share code, notes, and snippets.

@spiegela
Created March 27, 2014 02:29
Show Gist options
  • Save spiegela/9798804 to your computer and use it in GitHub Desktop.
Save spiegela/9798804 to your computer and use it in GitHub Desktop.
4> c("src/base64_vlq").
{ok,base64_vlq}
5> proper:quickcheck(base64_vlq_tests:prop_encode_decode()).
....................................................................................................
OK: Passed 100 test(s).
true
6> proper:quickcheck(base64_vlq_tests:prop_encode_decode(), 1000).
........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
OK: Passed 1000 test(s).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment