Sha256: 776a6b1dd9800ff61461cf46975a6fd1425ae4066d1ab24bf5b39769a23fb4c7
Contents?: true
Size: 269 Bytes
Versions: 219
Compression:
Stored size: 269 Bytes
Contents
open Core 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
219 entries across 219 versions & 1 rubygems