The unpac monorepo manager self-hosting as a monorepo using unpac
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #40 from mirage/tests

Fix tests with alcotest.1.0.0

authored by

Calascibetta Romain and committed by
GitHub
c2423b25 00d999fe

+3 -3
+3 -3
vendor/opam/base64/test/test.ml
··· 223 223 Alcotest.run "Base64" [ 224 224 "invariants", test_invariants; 225 225 "codec", test_codec; 226 - "rfc2045", test_strict_rfc2045; 227 - "rfc2045", test_strict_with_malformed_input_rfc2045; 228 - "rfc2045", test_relaxed_rfc2045; 226 + "rfc2045 (0)", test_strict_rfc2045; 227 + "rfc2045 (1)", test_strict_with_malformed_input_rfc2045; 228 + "rfc2045 (2)", test_relaxed_rfc2045; 229 229 ] 230 230