Pure OCaml Yaml 1.2 reader and writer using Bytesrw

cram

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