update module
test / release-check (push) Has been skipped
test / 1.25/macos-14 (push) Has been cancelled
test / 1.25/macos-latest (push) Has been cancelled
test / 1.25/ubuntu-latest (push) Has been cancelled
test / 1.25/windows-latest (push) Has been cancelled
test / 1.26/macos-14 (push) Has been cancelled
test / 1.26/macos-latest (push) Has been cancelled
test / 1.26/ubuntu-latest (push) Has been cancelled
test / 1.26/windows-latest (push) Has been cancelled
CodeQL / Analyze (go) (push) Has been cancelled
test / release-check (push) Has been skipped
test / 1.25/macos-14 (push) Has been cancelled
test / 1.25/macos-latest (push) Has been cancelled
test / 1.25/ubuntu-latest (push) Has been cancelled
test / 1.25/windows-latest (push) Has been cancelled
test / 1.26/macos-14 (push) Has been cancelled
test / 1.26/macos-latest (push) Has been cancelled
test / 1.26/ubuntu-latest (push) Has been cancelled
test / 1.26/windows-latest (push) Has been cancelled
CodeQL / Analyze (go) (push) Has been cancelled
This commit is contained in:
+3
-3
@@ -13,8 +13,8 @@ import (
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/pelletier/go-toml/v2"
|
||||
"github.com/pelletier/go-toml/v2/internal/assert"
|
||||
"git.ostiwe.com/ostiwe/go-toml/v2"
|
||||
"git.ostiwe.com/ostiwe/go-toml/v2/internal/assert"
|
||||
)
|
||||
|
||||
type marshalTextKey struct {
|
||||
@@ -2220,7 +2220,7 @@ port = 4242
|
||||
|
||||
// TestMarshalIssue975 tests that nil pointer values in maps are marshaled as
|
||||
// empty tables, allowing round-trip marshaling to work correctly.
|
||||
// See https://github.com/pelletier/go-toml/issues/975
|
||||
// See https://git.ostiwe.com/ostiwe/go-toml/issues/975
|
||||
func TestMarshalIssue975(t *testing.T) {
|
||||
// Test case from the issue: map[string]*struct{}
|
||||
oldMap := map[string]*struct{}{
|
||||
|
||||
Reference in New Issue
Block a user