Pure OCaml Yaml 1.2 reader and writer using Bytesrw

cram

Changed files
+5 -7
tests
+2 -3
tests/cram/anchors.t
···
-
Anchor and Alias Support (currently not supported)
+
Anchor and Alias Support
-
These tests document anchor (&) and alias (*) support that is not yet
-
implemented. Currently, aliases fail with "unresolved alias" error.
+
These tests verify that anchor (&) and alias (*) support is working correctly.
Test: Simple scalar anchor and alias
+1 -1
tests/cram/documents.t
···
Test YAML directives and single document parsing
This test suite covers YAML directives (%YAML, %TAG) and various single document formats.
-
Multi-document streams are not yet supported and are not tested here.
+
For multi-document stream tests, see multidoc.t.
Test 1: Basic YAML 1.2 directive
====================================
+2 -3
tests/cram/multidoc.t
···
-
Multi-document stream support (currently not supported)
+
Multi-document stream support
-
These tests document expected behavior for multi-document YAML streams.
-
They currently fail with "multiple documents found when single expected".
+
These tests verify that multi-document YAML streams are working correctly.
Test: Two documents separated by ---