Skip to content

Commit

Permalink
fix typos in testdata file names
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandear committed Nov 28, 2024
1 parent 01f4bac commit 8a9a750
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yaml_test_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ var failureTestNames = []string{
"double-quoted-scalar-with-escaped-single-quote",
"duplicate-yaml-directive",
"escaped-slash-in-double-quotes",
"explicit-key-and-value-seperated-by-comment", //nolint: misspell
"explicit-key-and-value-separated-by-comment",
"extra-words-on-yaml-directive",
"empty-implicit-key-in-single-pair-flow-sequences",
"empty-keys-in-block-and-flow-mapping",
Expand All @@ -52,7 +52,7 @@ var failureTestNames = []string{
"invalid-comment-after-comma",
"invalid-comment-after-end-of-flow-sequence",
"invalid-document-end-marker-in-single-quoted-string",
"invalid-document-start-marker-in-doublequoted-tring",
"invalid-document-start-marker-in-doublequoted-string",
"invalid-escape-in-double-quoted-string",
"invalid-tag",
"key-with-anchor-after-missing-explicit-mapping-value",
Expand Down

0 comments on commit 8a9a750

Please sign in to comment.