mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-30 03:26:47 -05:00
Rename Parent<> to Cycle<> (#1718)
This commit is contained in:
@@ -25,11 +25,11 @@ type nomsShowTestSuite struct {
|
||||
}
|
||||
|
||||
const (
|
||||
res1 = "struct Commit {\n parents: Set<Ref<Parent<0>>>\n value: Value\n}({\n parents: {},\n value: sha1-0ddf89c44a4ce4075714a4fc51d31a76e38f84ce,\n})\n"
|
||||
res1 = "struct Commit {\n parents: Set<Ref<Cycle<0>>>\n value: Value\n}({\n parents: {},\n value: sha1-0ddf89c44a4ce4075714a4fc51d31a76e38f84ce,\n})\n"
|
||||
res2 = "\"test string\"\n"
|
||||
res3 = "struct Commit {\n parents: Set<Ref<Parent<0>>>\n value: Value\n}({\n parents: {\n sha1-46506c93810ce363c04c4bcf945797e4843a2a50,\n },\n value: sha1-dc6f386ab57b4ca62f54f7b63e5fe21a787f761e,\n})\n"
|
||||
res3 = "struct Commit {\n parents: Set<Ref<Cycle<0>>>\n value: Value\n}({\n parents: {\n sha1-46506c93810ce363c04c4bcf945797e4843a2a50,\n },\n value: sha1-dc6f386ab57b4ca62f54f7b63e5fe21a787f761e,\n})\n"
|
||||
res4 = "List<String | Number>([\n \"elem1\",\n 2,\n \"elem3\",\n])\n"
|
||||
res5 = "struct Commit {\n parents: Set<Ref<Parent<0>>>\n value: Value\n}({\n parents: {\n sha1-88ccdecaa410c101bfac396ed6a451aa14b5043b,\n },\n value: sha1-0ddf89c44a4ce4075714a4fc51d31a76e38f84ce,\n})\n"
|
||||
res5 = "struct Commit {\n parents: Set<Ref<Cycle<0>>>\n value: Value\n}({\n parents: {\n sha1-88ccdecaa410c101bfac396ed6a451aa14b5043b,\n },\n value: sha1-0ddf89c44a4ce4075714a4fc51d31a76e38f84ce,\n})\n"
|
||||
)
|
||||
|
||||
func writeTestData(ds dataset.Dataset, value types.Value) types.Ref {
|
||||
|
||||
Reference in New Issue
Block a user