{
  "measuredAt": "2026-08-15T01:23:19.017Z",
  "environment": {
    "node": "v26.3.1",
    "parser": "yaml (eemeli) 2.8.3 — YAML.parse with defaults",
    "note": "Same parser and options as lib/tooling.ts yaml-to-json (import YAML from \"yaml\"; YAML.parse(input))."
  },
  "rows": [
    {
      "char": "-",
      "name": "hyphen",
      "startPlain": {
        "outcome": "ok-string"
      },
      "midPlain": {
        "outcome": "ok-string"
      },
      "startSingleQuoted": {
        "outcome": "ok-string"
      },
      "midSingleQuoted": {
        "outcome": "ok-string"
      },
      "startDoubleQuoted": {
        "outcome": "ok-string"
      }
    },
    {
      "char": ":",
      "name": "colon",
      "startPlain": {
        "outcome": "ok-string"
      },
      "midPlain": {
        "outcome": "ok-string"
      },
      "startSingleQuoted": {
        "outcome": "ok-string"
      },
      "midSingleQuoted": {
        "outcome": "ok-string"
      },
      "startDoubleQuoted": {
        "outcome": "ok-string"
      }
    },
    {
      "char": ": ",
      "name": "colon+space",
      "startPlain": {
        "outcome": "error",
        "detail": "YAMLParseError: Nested mappings are not allowed in compact mappings at line 1, column 6:"
      },
      "midPlain": {
        "outcome": "error",
        "detail": "YAMLParseError: Nested mappings are not allowed in compact mappings at line 1, column 6:"
      },
      "startSingleQuoted": {
        "outcome": "ok-string"
      },
      "midSingleQuoted": {
        "outcome": "ok-string"
      },
      "startDoubleQuoted": {
        "outcome": "ok-string"
      }
    },
    {
      "char": "#",
      "name": "hash",
      "startPlain": {
        "outcome": "wrong-value",
        "detail": "null"
      },
      "midPlain": {
        "outcome": "ok-string"
      },
      "startSingleQuoted": {
        "outcome": "ok-string"
      },
      "midSingleQuoted": {
        "outcome": "ok-string"
      },
      "startDoubleQuoted": {
        "outcome": "ok-string"
      }
    },
    {
      "char": " #",
      "name": "space+hash",
      "startPlain": {
        "outcome": "wrong-value",
        "detail": "null"
      },
      "midPlain": {
        "outcome": "wrong-value",
        "detail": "\"val\""
      },
      "startSingleQuoted": {
        "outcome": "ok-string"
      },
      "midSingleQuoted": {
        "outcome": "ok-string"
      },
      "startDoubleQuoted": {
        "outcome": "ok-string"
      }
    },
    {
      "char": "[",
      "name": "open bracket",
      "startPlain": {
        "outcome": "error",
        "detail": "YAMLParseError: Flow sequence in block collection must be sufficiently indented and end with a ] at line 1, column 12:"
      },
      "midPlain": {
        "outcome": "ok-string"
      },
      "startSingleQuoted": {
        "outcome": "ok-string"
      },
      "midSingleQuoted": {
        "outcome": "ok-string"
      },
      "startDoubleQuoted": {
        "outcome": "ok-string"
      }
    },
    {
      "char": "]",
      "name": "close bracket",
      "startPlain": {
        "outcome": "error",
        "detail": "YAMLParseError: Unexpected flow-seq-end token in YAML stream: \"]\" at line 1, column 6:"
      },
      "midPlain": {
        "outcome": "ok-string"
      },
      "startSingleQuoted": {
        "outcome": "ok-string"
      },
      "midSingleQuoted": {
        "outcome": "ok-string"
      },
      "startDoubleQuoted": {
        "outcome": "ok-string"
      }
    },
    {
      "char": "{",
      "name": "open brace",
      "startPlain": {
        "outcome": "error",
        "detail": "YAMLParseError: Flow map in block collection must be sufficiently indented and end with a } at line 1, column 12:"
      },
      "midPlain": {
        "outcome": "ok-string"
      },
      "startSingleQuoted": {
        "outcome": "ok-string"
      },
      "midSingleQuoted": {
        "outcome": "ok-string"
      },
      "startDoubleQuoted": {
        "outcome": "ok-string"
      }
    },
    {
      "char": "}",
      "name": "close brace",
      "startPlain": {
        "outcome": "error",
        "detail": "YAMLParseError: Unexpected flow-map-end token in YAML stream: \"}\" at line 1, column 6:"
      },
      "midPlain": {
        "outcome": "ok-string"
      },
      "startSingleQuoted": {
        "outcome": "ok-string"
      },
      "midSingleQuoted": {
        "outcome": "ok-string"
      },
      "startDoubleQuoted": {
        "outcome": "ok-string"
      }
    },
    {
      "char": ",",
      "name": "comma",
      "startPlain": {
        "outcome": "error",
        "detail": "YAMLParseError: Plain value cannot start with flow indicator character , at line 1, column 6:"
      },
      "midPlain": {
        "outcome": "ok-string"
      },
      "startSingleQuoted": {
        "outcome": "ok-string"
      },
      "midSingleQuoted": {
        "outcome": "ok-string"
      },
      "startDoubleQuoted": {
        "outcome": "ok-string"
      }
    },
    {
      "char": "&",
      "name": "ampersand",
      "startPlain": {
        "outcome": "wrong-value",
        "detail": "null"
      },
      "midPlain": {
        "outcome": "ok-string"
      },
      "startSingleQuoted": {
        "outcome": "ok-string"
      },
      "midSingleQuoted": {
        "outcome": "ok-string"
      },
      "startDoubleQuoted": {
        "outcome": "ok-string"
      }
    },
    {
      "char": "*",
      "name": "asterisk",
      "startPlain": {
        "outcome": "error",
        "detail": "ReferenceError: Unresolved alias (the anchor must be set before the alias): value"
      },
      "midPlain": {
        "outcome": "ok-string"
      },
      "startSingleQuoted": {
        "outcome": "ok-string"
      },
      "midSingleQuoted": {
        "outcome": "ok-string"
      },
      "startDoubleQuoted": {
        "outcome": "ok-string"
      }
    },
    {
      "char": "!",
      "name": "exclamation",
      "startPlain": {
        "outcome": "wrong-value",
        "detail": "\"\""
      },
      "midPlain": {
        "outcome": "ok-string"
      },
      "startSingleQuoted": {
        "outcome": "ok-string"
      },
      "midSingleQuoted": {
        "outcome": "ok-string"
      },
      "startDoubleQuoted": {
        "outcome": "ok-string"
      }
    },
    {
      "char": "|",
      "name": "pipe",
      "startPlain": {
        "outcome": "error",
        "detail": "YAMLParseError: Block scalar header includes extra characters: |value at line 1, column 7:"
      },
      "midPlain": {
        "outcome": "ok-string"
      },
      "startSingleQuoted": {
        "outcome": "ok-string"
      },
      "midSingleQuoted": {
        "outcome": "ok-string"
      },
      "startDoubleQuoted": {
        "outcome": "ok-string"
      }
    },
    {
      "char": ">",
      "name": "greater than",
      "startPlain": {
        "outcome": "error",
        "detail": "YAMLParseError: Block scalar header includes extra characters: >value at line 1, column 7:"
      },
      "midPlain": {
        "outcome": "ok-string"
      },
      "startSingleQuoted": {
        "outcome": "ok-string"
      },
      "midSingleQuoted": {
        "outcome": "ok-string"
      },
      "startDoubleQuoted": {
        "outcome": "ok-string"
      }
    },
    {
      "char": "%",
      "name": "percent",
      "startPlain": {
        "outcome": "error",
        "detail": "YAMLParseError: Plain value cannot start with directive indicator character % at line 1, column 6:"
      },
      "midPlain": {
        "outcome": "ok-string"
      },
      "startSingleQuoted": {
        "outcome": "ok-string"
      },
      "midSingleQuoted": {
        "outcome": "ok-string"
      },
      "startDoubleQuoted": {
        "outcome": "ok-string"
      }
    },
    {
      "char": "@",
      "name": "at",
      "startPlain": {
        "outcome": "error",
        "detail": "YAMLParseError: Plain value cannot start with reserved character @ at line 1, column 6:"
      },
      "midPlain": {
        "outcome": "ok-string"
      },
      "startSingleQuoted": {
        "outcome": "ok-string"
      },
      "midSingleQuoted": {
        "outcome": "ok-string"
      },
      "startDoubleQuoted": {
        "outcome": "ok-string"
      }
    },
    {
      "char": "`",
      "name": "backtick",
      "startPlain": {
        "outcome": "error",
        "detail": "YAMLParseError: Plain value cannot start with reserved character ` at line 1, column 6:"
      },
      "midPlain": {
        "outcome": "ok-string"
      },
      "startSingleQuoted": {
        "outcome": "ok-string"
      },
      "midSingleQuoted": {
        "outcome": "ok-string"
      },
      "startDoubleQuoted": {
        "outcome": "ok-string"
      }
    },
    {
      "char": "?",
      "name": "question",
      "startPlain": {
        "outcome": "ok-string"
      },
      "midPlain": {
        "outcome": "ok-string"
      },
      "startSingleQuoted": {
        "outcome": "ok-string"
      },
      "midSingleQuoted": {
        "outcome": "ok-string"
      },
      "startDoubleQuoted": {
        "outcome": "ok-string"
      }
    },
    {
      "char": "\"",
      "name": "double quote",
      "startPlain": {
        "outcome": "error",
        "detail": "YAMLParseError: Missing closing \"quote at line 1, column 12:"
      },
      "midPlain": {
        "outcome": "ok-string"
      },
      "startSingleQuoted": {
        "outcome": "ok-string"
      },
      "midSingleQuoted": {
        "outcome": "ok-string"
      },
      "startDoubleQuoted": {
        "outcome": "error",
        "detail": "YAMLParseError: Unexpected scalar at node end at line 1, column 8:"
      }
    },
    {
      "char": "'",
      "name": "single quote",
      "startPlain": {
        "outcome": "error",
        "detail": "YAMLParseError: Missing closing 'quote at line 1, column 12:"
      },
      "midPlain": {
        "outcome": "ok-string"
      },
      "startSingleQuoted": {
        "outcome": "error",
        "detail": "YAMLParseError: Unexpected scalar at node end at line 1, column 8:"
      },
      "midSingleQuoted": {
        "outcome": "error",
        "detail": "YAMLParseError: Unexpected scalar at node end at line 1, column 11:"
      },
      "startDoubleQuoted": {
        "outcome": "ok-string"
      }
    }
  ],
  "followUps": [
    {
      "label": "hyphen+space at start",
      "doc": "key: - value",
      "want": "- value",
      "result": "error: YAMLParseError Unexpected block-seq-ind on same line with key at line 1, column 6:"
    },
    {
      "label": "hyphen no space at start",
      "doc": "key: -value",
      "want": "-value",
      "result": "ok-string"
    },
    {
      "label": "question+space at start",
      "doc": "key: ? value",
      "want": "? value",
      "result": "error: YAMLParseError Nested mappings are not allowed in compact mappings at line 1, column 6:"
    },
    {
      "label": "question no space at start",
      "doc": "key: ?value",
      "want": "?value",
      "result": "ok-string"
    },
    {
      "label": "colon+space mid",
      "doc": "key: a: b",
      "want": "a: b",
      "result": "error: YAMLParseError Nested mappings are not allowed in compact mappings at line 1, column 6:"
    },
    {
      "label": "colon no space mid",
      "doc": "key: a:b",
      "want": "a:b",
      "result": "ok-string"
    },
    {
      "label": "hash after space mid",
      "doc": "key: a #b",
      "want": "a #b",
      "result": "wrong-value \"a\""
    },
    {
      "label": "hash no space mid",
      "doc": "key: a#b",
      "want": "a#b",
      "result": "ok-string"
    },
    {
      "label": "single quote doubled",
      "doc": "key: 'it''s'",
      "want": "it's",
      "result": "ok-string"
    },
    {
      "label": "single quote in double quotes",
      "doc": "key: \"it's\"",
      "want": "it's",
      "result": "ok-string"
    },
    {
      "label": "double quote in single quotes",
      "doc": "key: 'say \"hi\"'",
      "want": "say \"hi\"",
      "result": "ok-string"
    },
    {
      "label": "double quote backslash-escaped",
      "doc": "key: \"say \\\"hi\\\"\"",
      "want": "say \"hi\"",
      "result": "ok-string"
    },
    {
      "label": "backslash-n in double quotes",
      "doc": "key: \"a\\nb\"",
      "want": "a\nb",
      "result": "ok-string"
    },
    {
      "label": "backslash-n in single quotes",
      "doc": "key: 'a\\nb'",
      "want": "a\\nb",
      "result": "ok-string"
    }
  ]
}
