We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cea7ff5 + 8c3bee3 commit 9535b3bCopy full SHA for 9535b3b
yaml_test.go
@@ -271,7 +271,7 @@ func TestJSONToYAML(t *testing.T) {
271
`{"t":null}`,
272
"t: null\n",
273
nil,
274
- },{
+ }, {
275
`{"t":"this is very long line with spaces and it must be longer than 80 so we will repeat that it must be longer that 80"}`,
276
"t: this is very long line with spaces and it must be longer than 80 so we will repeat\n that it must be longer that 80\n",
277
0 commit comments