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.28 tracks/ocaml/tools/test-generator/templates/ocaml/pangram/test.ml
trackler-2.2.1.27 tracks/ocaml/tools/test-generator/templates/ocaml/pangram/test.ml
trackler-2.2.1.26 tracks/ocaml/tools/test-generator/templates/ocaml/pangram/test.ml
trackler-2.2.1.25 tracks/ocaml/tools/test-generator/templates/ocaml/pangram/test.ml
trackler-2.2.1.24 tracks/ocaml/tools/test-generator/templates/ocaml/pangram/test.ml
trackler-2.2.1.23 tracks/ocaml/tools/test-generator/templates/ocaml/pangram/test.ml
trackler-2.2.1.22 tracks/ocaml/tools/test-generator/templates/ocaml/pangram/test.ml
trackler-2.2.1.21 tracks/ocaml/tools/test-generator/templates/ocaml/pangram/test.ml
trackler-2.2.1.20 tracks/ocaml/tools/test-generator/templates/ocaml/pangram/test.ml
trackler-2.2.1.19 tracks/ocaml/tools/test-generator/templates/ocaml/pangram/test.ml
trackler-2.2.1.18 tracks/ocaml/tools/test-generator/templates/ocaml/pangram/test.ml
trackler-2.2.1.17 tracks/ocaml/tools/test-generator/templates/ocaml/pangram/test.ml
trackler-2.2.1.16 tracks/ocaml/tools/test-generator/templates/ocaml/pangram/test.ml
trackler-2.2.1.15 tracks/ocaml/tools/test-generator/templates/ocaml/pangram/test.ml
trackler-2.2.1.14 tracks/ocaml/tools/test-generator/templates/ocaml/pangram/test.ml
trackler-2.2.1.13 tracks/ocaml/tools/test-generator/templates/ocaml/pangram/test.ml
trackler-2.2.1.12 tracks/ocaml/tools/test-generator/templates/ocaml/pangram/test.ml
trackler-2.2.1.11 tracks/ocaml/tools/test-generator/templates/ocaml/pangram/test.ml
trackler-2.2.1.10 tracks/ocaml/tools/test-generator/templates/ocaml/pangram/test.ml
trackler-2.2.1.9 tracks/ocaml/tools/test-generator/templates/ocaml/pangram/test.ml