Home
last modified time | relevance | path

Searched full:to_equal (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/lyaml/spec/
H A Dlib_lyaml_spec.yaml15 expect (lyaml.dump {}).to_equal ""
97 expect (fn "").to_equal {}
100 to_equal { "non-comment" }'
110 expect (fn "---").to_equal {lyaml.null}
111 expect (fn "---\n").to_equal {lyaml.null}
112 expect (fn "---\n...").to_equal {lyaml.null}
113 expect (fn "---\n...\n").to_equal {lyaml.null}
115 expect (fn "one\n---\ntwo").to_equal {"one", "two"}
116 expect (fn "---\none\n---\ntwo").to_equal {"one", "two"}
117 expect (fn "one\n...\n---\ntwo\n...").to_equal {"one", "two"}
[all …]
H A Dext_yaml_scanner_spec.yaml30 expect (k ().start_mark).to_equal {line = 0, column = 0, index = 0}
32 expect (k ().end_mark).to_equal {line = 0, column = 0, index = 0}
45 expect (k.start_mark).to_equal {line = 1, column = 0, index = 14}
47 expect (k.end_mark).to_equal {line = 1, column = 0, index = 14}
54 to_equal {type = "VERSION_DIRECTIVE", major = 1, minor = 0}
56 expect (k ().start_mark).to_equal {line = 0, column = 0, index = 0}
58 expect (k ().end_mark).to_equal {line = 0, column = 9, index = 9}
64 to_equal {handle = "!", prefix = "tag:ben-kiki.org,2000:app/"}
68 to_equal {handle = "!!", prefix = "tag:yaml.org,2002:"}
72 to_equal {handle = "!o!", prefix = "tag:ben-kiki.org,2000:"}
[all …]
H A Dext_yaml_parser_spec.yaml24 expect (e ().start_mark).to_equal {line = 0, column = 0, index = 0}
26 expect (e ().end_mark).to_equal {line = 0, column = 0, index = 0}
39 expect (ev.start_mark).to_equal {line = 1, column = 0, index = 14}
41 expect (ev.end_mark).to_equal {line = 1, column = 0, index = 14}
48 to_equal {type = "DOCUMENT_START", implicit = false}
53 expect (e ().start_mark).to_equal {line = 0, column = 0, index = 0}
55 expect (e ().end_mark).to_equal {line = 0, column = 3, index = 3}
60 expect (e ().version_directive).to_equal {major = 1, minor = 1}
79 to_equal {{handle = "!", prefix = "tag:ben-kiki.org,2000:app/"}}
83 to_equal {{handle = "!!", prefix = "tag:yaml.org,2002:"}}
[all …]
H A Dext_yaml_emitter_spec.yaml15 to_equal ""
27 to_equal (BOM)
33 to_equal "--- woo!\n...\n"
H A Dlib_lyaml_functional_spec.yaml34 expect(show_apis{added_to=global_table, by=this_module}).to_equal{}