Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
goccy committed Nov 17, 2024
1 parent a3cba53 commit fc96d44
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions yaml_test_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,13 +178,13 @@ var failureTestNames = []string{
"tags-in-implicit-mapping",
"tags-on-empty-scalars",
"three-dashes-and-content-without-space",
"trailing-line-of-spaces/01",
"various-combinations-of-explicit-block-mappings",
"various-trailing-comments",
"various-trailing-comments-1-3",
"wrong-indented-flow-sequence",
"wrong-indented-multiline-quoted-scalar",
"zero-indented-sequences-in-explicit-mapping-keys",
"trailing-line-of-spaces/01", // last '\n' character is needed ?
"various-combinations-of-explicit-block-mappings", // no json
"various-trailing-comments", // no json
"various-trailing-comments-1-3", // no json
"wrong-indented-flow-sequence", // error ?
"wrong-indented-multiline-quoted-scalar", // error ?
"zero-indented-sequences-in-explicit-mapping-keys", // no json
}

var failureTestNameMap map[string]struct{}
Expand Down

0 comments on commit fc96d44

Please sign in to comment.