Skip to content

Commit

Permalink
inventorying test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
goccy committed Nov 26, 2024
1 parent 3399084 commit 3f75d70
Showing 1 changed file with 1 addition and 34 deletions.
35 changes: 1 addition & 34 deletions yaml_test_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,13 @@ var failureTestNames = []string{
"aliases-in-flow-objects",
"aliases-in-explicit-block-mapping",
"aliases-in-implicit-block-mapping",
"anchor-plus-alias",
"anchors-in-mapping",
"anchors-with-colon-in-name",
"bare-document-after-document-end-marker",
"block-mapping-with-missing-keys",
"block-mapping-with-missing-values",
"block-mapping-with-multiline-scalars",
"block-scalar-with-more-spaces-than-first-content-line",
"block-scalar-with-wrong-indented-line-after-spaces-only",
"colon-at-the-beginning-of-adjacent-flow-scalar",
"comment-between-plain-scalar-lines",
"comment-in-flow-sequence-before-comma",
"comment-without-whitespace-after-doublequoted-scalar",
"construct-binary",
Expand All @@ -49,26 +45,17 @@ var failureTestNames = []string{
"flow-mapping-colon-on-line-after-key/02",
"flow-mapping-edge-cases",
"flow-sequence-with-invalid-comma-at-the-beginning",
"flow-sequence-with-invalid-extra-comma",
"folded-block-scalar",
"folded-block-scalar-1-3",
"implicit-flow-mapping-key-on-one-line",
"invalid-anchor-in-zero-indented-sequence",
"invalid-comment-after-comma",
"invalid-comment-after-end-of-flow-sequence",
"invalid-document-end-marker-in-single-quoted-string",
"invalid-document-markers-in-flow-style",
"invalid-document-start-marker-in-doublequoted-tring",
"invalid-escape-in-double-quoted-string",
"invalid-item-after-end-of-flow-sequence",
"invalid-mapping-after-sequence",
"invalid-mapping-in-plain-single-line-value",
"invalid-nested-mapping",
"invalid-scalar-after-sequence",
"invalid-tag",
"key-with-anchor-after-missing-explicit-mapping-value",
"leading-tab-content-in-literals/00",
"leading-tab-content-in-literals/01",
"leading-tabs-in-double-quoted/02",
"leading-tabs-in-double-quoted/05",
"legal-tab-after-indentation",
Expand All @@ -81,24 +68,18 @@ var failureTestNames = []string{
"mapping-key-and-flow-sequence-item-anchors",
"mapping-starting-at-line",
"mapping-with-anchor-on-document-start-line",
"missing-document-end-marker-before-directive",
"mixed-block-mapping-explicit-to-implicit",
"multiline-double-quoted-implicit-keys",
"multiline-plain-flow-mapping-key",
"multiline-plain-flow-mapping-key-without-value",
"multiline-plain-value-with-tabs-on-empty-lines",
"multiline-scalar-at-top-level",
"multiline-scalar-at-top-level-1-3",
"multiline-single-quoted-implicit-keys",
"multiline-unidented-double-quoted-block-key",
"nested-implicit-complex-keys",
"need-document-footer-before-directives",
"node-anchor-in-sequence",
"node-anchor-not-indented",
"plain-dashes-in-flow-sequence",
"plain-url-in-flow-mapping",
"question-mark-at-start-of-flow-key",
"question-mark-edge-cases/00",
"question-mark-edge-cases/00", // panic
"question-mark-edge-cases/01",
"scalar-doc-with-in-content/01",
"scalar-value-with-two-anchors",
Expand All @@ -110,25 +91,16 @@ var failureTestNames = []string{
"spec-example-7-3-completely-empty-flow-nodes",
"spec-example-8-18-implicit-block-mapping-entries",
"spec-example-8-19-compact-block-mappings",
"spec-example-2-24-global-tags",
"spec-example-2-25-unordered-sets",
"spec-example-2-26-ordered-mappings",
"spec-example-5-12-tabs-and-spaces",
"spec-example-5-3-block-structure-indicators",
"spec-example-5-9-directive-indicator",
"spec-example-6-1-indentation-spaces",
"spec-example-6-13-reserved-directives",
"spec-example-6-19-secondary-tag-handle",
"spec-example-6-2-indentation-indicators",
"spec-example-6-21-local-tag-prefix",
"spec-example-6-23-node-properties",
"spec-example-6-24-verbatim-tags",
"spec-example-6-28-non-specific-tags",
"spec-example-6-3-separation-spaces",
"spec-example-6-4-line-prefixes",
"spec-example-6-6-line-folding",
"spec-example-6-6-line-folding-1-3",
"spec-example-6-7-block-folding",
"spec-example-6-8-flow-folding",
"spec-example-7-12-plain-lines",
"spec-example-7-19-single-pair-flow-mappings",
Expand All @@ -142,9 +114,6 @@ var failureTestNames = []string{
"spec-example-8-17-explicit-block-mapping-entries",
"spec-example-8-2-block-indentation-indicator",
"spec-example-8-22-block-collection-nodes",
"spec-example-8-7-literal-scalar",
"spec-example-8-7-literal-scalar-1-3",
"spec-example-8-8-literal-content",
"spec-example-9-3-bare-documents",
"spec-example-9-4-explicit-documents",
"spec-example-9-5-directives-documents",
Expand All @@ -166,8 +135,6 @@ var failureTestNames = []string{
"tags-for-block-objects",
"tags-for-flow-objects",
"tags-for-root-objects",
"tags-in-explicit-mapping",
"tags-in-implicit-mapping",
"tags-on-empty-scalars",
"trailing-line-of-spaces/01", // last '\n' character is needed ?
"various-combinations-of-explicit-block-mappings", // no json
Expand Down

0 comments on commit 3f75d70

Please sign in to comment.