(Feat): Initial Commit
This commit is contained in:
7
test/testdata/snapshots/TestSnapshot.golden
vendored
Normal file
7
test/testdata/snapshots/TestSnapshot.golden
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
(struct { A string; B int; C bool; D *string }) {
|
||||
A: (string) (len=3) "foo",
|
||||
B: (int) 1,
|
||||
C: (bool) true,
|
||||
D: (*string)((len=3) "bar")
|
||||
}
|
||||
(string) (len=12) "Hello World!"
|
||||
Reference in New Issue
Block a user