+1
-4
yaml/ocaml-yamle/tests/cram/dune
+1
-4
yaml/ocaml-yamle/tests/cram/dune
+125
yaml/ocaml-yamle/tests/yaml/anchors_basic.yml
+125
yaml/ocaml-yamle/tests/yaml/anchors_basic.yml
···+# Expected: config.settings should have timeout and retries, config.palette should have the color list
+194
yaml/ocaml-yamle/tests/yaml/anchors_merge.yml
+194
yaml/ocaml-yamle/tests/yaml/anchors_merge.yml
···+# Expected: custom should have size and weight from base, but color should be blue, and add shape+# Expected: main_heading should inherit from heading (which inherits from base_style) with overrides
+126
yaml/ocaml-yamle/tests/yaml/collections_block.yml
+126
yaml/ocaml-yamle/tests/yaml/collections_block.yml
···
+198
yaml/ocaml-yamle/tests/yaml/collections_compact.yml
+198
yaml/ocaml-yamle/tests/yaml/collections_compact.yml
···
+96
yaml/ocaml-yamle/tests/yaml/collections_flow.yml
+96
yaml/ocaml-yamle/tests/yaml/collections_flow.yml
···+nested_flow_mappings: {person: {name: Alice, age: 25}, contact: {email: alice@example.com, phone: 555-1234}}+flow_seq_with_maps: [{name: Alice, role: dev}, {name: Bob, role: ops}, {name: Charlie, role: qa}]
+53
yaml/ocaml-yamle/tests/yaml/comments.yml
+53
yaml/ocaml-yamle/tests/yaml/comments.yml
···
+8
yaml/ocaml-yamle/tests/yaml/directives.yml
+8
yaml/ocaml-yamle/tests/yaml/directives.yml
+10
yaml/ocaml-yamle/tests/yaml/directives_tag.yml
+10
yaml/ocaml-yamle/tests/yaml/directives_tag.yml
+10
yaml/ocaml-yamle/tests/yaml/directives_yaml11.yml
+10
yaml/ocaml-yamle/tests/yaml/directives_yaml11.yml
+15
yaml/ocaml-yamle/tests/yaml/documents_multi.yml
+15
yaml/ocaml-yamle/tests/yaml/documents_multi.yml
+10
yaml/ocaml-yamle/tests/yaml/documents_multi_empty.yml
+10
yaml/ocaml-yamle/tests/yaml/documents_multi_empty.yml
+15
yaml/ocaml-yamle/tests/yaml/documents_multi_three.yml
+15
yaml/ocaml-yamle/tests/yaml/documents_multi_three.yml
···
+16
yaml/ocaml-yamle/tests/yaml/documents_multi_with_end.yml
+16
yaml/ocaml-yamle/tests/yaml/documents_multi_with_end.yml
+11
yaml/ocaml-yamle/tests/yaml/documents_single.yml
+11
yaml/ocaml-yamle/tests/yaml/documents_single.yml
+11
yaml/ocaml-yamle/tests/yaml/documents_single_explicit_both.yml
+11
yaml/ocaml-yamle/tests/yaml/documents_single_explicit_both.yml
+10
yaml/ocaml-yamle/tests/yaml/documents_single_explicit_start.yml
+10
yaml/ocaml-yamle/tests/yaml/documents_single_explicit_start.yml
+11
yaml/ocaml-yamle/tests/yaml/documents_single_with_directive.yml
+11
yaml/ocaml-yamle/tests/yaml/documents_single_with_directive.yml
+155
yaml/ocaml-yamle/tests/yaml/edge_cases.yml
+155
yaml/ocaml-yamle/tests/yaml/edge_cases.yml
···+very_long_key: "This is a very long value that contains a lot of text to test how the parser handles long lines. It should be able to handle lines that are much longer than typical lines in most YAML files. This continues for quite a while to make sure we test the boundaries of reasonable line lengths. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."+This is a very long literal block that should preserve all the whitespace and newlines exactly as written. It can contain very long lines that go on and on and on without breaking. This tests whether the parser can handle long content in literal blocks properly. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+192
yaml/ocaml-yamle/tests/yaml/scalars_block.yml
+192
yaml/ocaml-yamle/tests/yaml/scalars_block.yml
···
+60
yaml/ocaml-yamle/tests/yaml/scalars_plain.yml
+60
yaml/ocaml-yamle/tests/yaml/scalars_plain.yml
···
+81
yaml/ocaml-yamle/tests/yaml/scalars_quoted.yml
+81
yaml/ocaml-yamle/tests/yaml/scalars_quoted.yml
···
+82
yaml/ocaml-yamle/tests/yaml/values_bool.yml
+82
yaml/ocaml-yamle/tests/yaml/values_bool.yml
···
+55
yaml/ocaml-yamle/tests/yaml/values_null.yml
+55
yaml/ocaml-yamle/tests/yaml/values_null.yml
···
+120
yaml/ocaml-yamle/tests/yaml/values_numbers.yml
+120
yaml/ocaml-yamle/tests/yaml/values_numbers.yml
···
+101
yaml/ocaml-yamle/tests/yaml/values_timestamps.yml
+101
yaml/ocaml-yamle/tests/yaml/values_timestamps.yml
···
+105
yaml/ocaml-yamle/tests/yaml/whitespace.yml
+105
yaml/ocaml-yamle/tests/yaml/whitespace.yml
···