(Feat): Initial Commit
This commit is contained in:
10
test/testdata/snapshots/TestSnapshotSkipPrefixedFields.golden
vendored
Normal file
10
test/testdata/snapshots/TestSnapshotSkipPrefixedFields.golden
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
(struct { ID string; OtherIDStr string; OtherIDInt int; OtherIDBool bool; OtherIDPTR *string; OtherIDStruct struct { ID string } }) {
|
||||
ID: <redacted>,
|
||||
OtherIDStr: (string) (len=6) "id str",
|
||||
OtherIDInt: (int) 4,
|
||||
OtherIDBool: (bool) true,
|
||||
OtherIDPTR: (*string)((len=10) "ID str ptr"),
|
||||
OtherIDStruct: (struct { ID string }) {
|
||||
ID: <redacted>,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user