fig 1.0.0

Parse, edit, and convert config files while preserving comments. Supports JSON, YAML, TOML, and more.
1
2
3
4
5
6
7
8
9
10
11
12
//! XML conformance scoreboard.
//!
//! Phase 1 SCAFFOLD: the harness (structural compare of testdata/xml/valid/*.xml
//! against paired *.json, rejection of testdata/xml/invalid/*.xml, with a
//! ratcheting baseline like the TOML harness) lands in Phase 5. Gated behind
//! `-Dxml-conformance=true`; skipped until then.

const std = @import("std");

test "xml conformance: scaffold (harness pending — Phase 5)" {
    return error.SkipZigTest;
}