Sha256: 4a41f686a27aae6820d31eb0d420602c4f9f2cc4a6540b7a80d8d3c20d3fc6cd
Contents?: true
Size: 273 Bytes
Versions: 91
Compression:
Stored size: 273 Bytes
Contents
open Core.Std open OUnit2 open Codegen open Model let ae exp got _ctxt = assert_equal ~printer:Fn.id exp got let model_tests = [ "json_to_string on list of strings" >:: ae "[\"a\"; \"b\"; \"c\"]" @@ json_to_string (`List [`String "a"; `String "b"; `String "c"]); ]
Version data entries
91 entries across 91 versions & 1 rubygems