Searched full:to_contain (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/lyaml/spec/ |
H A D | ext_yaml_emitter_spec.yaml | 48 to_contain "%TAG ! tag:ben-kiki.org,2000:app/\n---" 57 to_contain ("%TAG ! tag:ben-kiki.org,2000:app/\n" .. 72 to_contain "\n..." 83 to_contain "&foo" 94 to_contain "foo: bar\n"' 101 to_contain "{foo: bar, baz: qux}\n"' 108 to_contain "!!map {foo: bar}"' 121 to_contain "foo: bar\n"' 128 to_contain "&foo" 139 to_contain "- foo\n- bar\n" [all …]
|
H A D | lib_lyaml_spec.yaml | 52 expect (lyaml.dump {{1, 2, 3}}).to_contain "- 1\n- 2\n- 3" 57 to_contain.all_of {"a: 1", "b: 2", "c: 3", "d: ''"} 60 to_contain.all_of {"1: 1", "2: 2", "three: three", "four: '4'", "5: five"} 63 to_contain.all_of {"2: 2", "3: 3", "4: 4"} 66 to_contain.all_of {"1: 1", "2: 2", "3: 3", "foo: bar"} 69 to_contain.all_of {"2: 2", "3: 3", "4: 4", "foo: bar"} 72 to_contain.all_of {"1: 1", "2: 2", "4: 3", "5: 4"} 83 to_contain "- anchor: &SS Sammy Sosa\n- alias: *SS\n"' 86 to_contain "\n- anchor: &SEQ\n - Mark McGwire\n - Sammy Sosa\n- alias: *SEQ\n"'
|
H A D | lib_lyaml_functional_spec.yaml | 38 expect(t).to_contain.a_permutation_of(exported_apis)
|
H A D | ext_yaml_parser_spec.yaml | 93 expect (e ().tag_directives).to_contain.
|