tangled
alpha
login
or
join now
anil.recoil.org
/
unpac-unpac
0
fork
atom
The unpac monorepo manager self-hosting as a monorepo using unpac
0
fork
atom
overview
issues
pulls
pipelines
Fix tests with alcotest.1.0.0
dinosaure.tngl.sh
6 years ago
8d334d02
6f823934
+3
-3
1 changed file
expand all
collapse all
unified
split
test
test.ml
+3
-3
test/test.ml
···
223
223
Alcotest.run "Base64" [
224
224
"invariants", test_invariants;
225
225
"codec", test_codec;
226
226
-
"rfc2045", test_strict_rfc2045;
227
227
-
"rfc2045", test_strict_with_malformed_input_rfc2045;
228
228
-
"rfc2045", test_relaxed_rfc2045;
226
226
+
"rfc2045 (0)", test_strict_rfc2045;
227
227
+
"rfc2045 (1)", test_strict_with_malformed_input_rfc2045;
228
228
+
"rfc2045 (2)", test_relaxed_rfc2045;
229
229
]
230
230