Skip to content

Commit

Permalink
Merge pull request #180 from goccy/feature/fix-test
Browse files Browse the repository at this point in the history
Fix test case
  • Loading branch information
goccy authored Nov 19, 2020
2 parents 7ea1684 + eb2d4ab commit 3f14186
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions encode_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ func TestEncoder(t *testing.T) {
{
"v:\n- A\n- B\n",
map[string][2]string{"v": {"A", "B"}},
nil,
},
{
"a: -\n",
Expand Down

0 comments on commit 3f14186

Please sign in to comment.