Sha256: 1aaa5ab9b35b1fde6a1d06e85d3fea8b03e5e012952bde1b8e1de7ca063ef25a

Contents?: true

Size: 269 Bytes

Versions: 149

Compression:

Stored size: 269 Bytes

Contents

open Core
open OUnit2
open Pangram

let ae exp got _test_ctxt = assert_equal ~printer:Bool.to_string exp got

let tests = [
(* TEST
   "$description" >::
      ae $expected (is_pangram $input);
   END TEST *)
]

let () =
  run_test_tt_main ("pangram tests" >::: tests)

Version data entries

149 entries across 149 versions & 1 rubygems

Version Path
trackler-2.2.1.108 tracks/ocaml/tools/test-generator/templates/ocaml/pangram/test.ml
trackler-2.2.1.107 tracks/ocaml/tools/test-generator/templates/ocaml/pangram/test.ml
trackler-2.2.1.106 tracks/ocaml/tools/test-generator/templates/ocaml/pangram/test.ml
trackler-2.2.1.105 tracks/ocaml/tools/test-generator/templates/ocaml/pangram/test.ml
trackler-2.2.1.104 tracks/ocaml/tools/test-generator/templates/ocaml/pangram/test.ml
trackler-2.2.1.103 tracks/ocaml/tools/test-generator/templates/ocaml/pangram/test.ml
trackler-2.2.1.102 tracks/ocaml/tools/test-generator/templates/ocaml/pangram/test.ml
trackler-2.2.1.101 tracks/ocaml/tools/test-generator/templates/ocaml/pangram/test.ml
trackler-2.2.1.100 tracks/ocaml/tools/test-generator/templates/ocaml/pangram/test.ml
trackler-2.2.1.99 tracks/ocaml/tools/test-generator/templates/ocaml/pangram/test.ml
trackler-2.2.1.98 tracks/ocaml/tools/test-generator/templates/ocaml/pangram/test.ml
trackler-2.2.1.97 tracks/ocaml/tools/test-generator/templates/ocaml/pangram/test.ml
trackler-2.2.1.96 tracks/ocaml/tools/test-generator/templates/ocaml/pangram/test.ml
trackler-2.2.1.95 tracks/ocaml/tools/test-generator/templates/ocaml/pangram/test.ml
trackler-2.2.1.94 tracks/ocaml/tools/test-generator/templates/ocaml/pangram/test.ml
trackler-2.2.1.93 tracks/ocaml/tools/test-generator/templates/ocaml/pangram/test.ml
trackler-2.2.1.92 tracks/ocaml/tools/test-generator/templates/ocaml/pangram/test.ml
trackler-2.2.1.91 tracks/ocaml/tools/test-generator/templates/ocaml/pangram/test.ml
trackler-2.2.1.90 tracks/ocaml/tools/test-generator/templates/ocaml/pangram/test.ml
trackler-2.2.1.89 tracks/ocaml/tools/test-generator/templates/ocaml/pangram/test.ml