diff --git a/src/Language/Go.hs b/src/Language/Go.hs index 4c2599ebf..a84805695 100644 --- a/src/Language/Go.hs +++ b/src/Language/Go.hs @@ -123,10 +123,14 @@ termConstructor source sourceSpan name range children _ = case name of withDefaultInfo $ S.Leaf . toText $ slice range source "break_statement" -> toBreak children "continue_statement" -> toContinue children + "keyed_element" -> toPair children _ -> withDefaultInfo $ case children of [] -> S.Leaf . toText $ slice range source _ -> S.Indexed children where + toPair = \case + [key, value] -> withDefaultInfo (S.Pair key value) + rest -> withCategory Error (S.Error rest) toBreak = \case [label] -> withDefaultInfo (S.Break (Just label)) [] -> withDefaultInfo (S.Break Nothing) diff --git a/test/corpus/diff-summaries/go/array-types.json b/test/corpus/diff-summaries/go/array-types.json index 2fd8d2bf0..1112758bd 100644 --- a/test/corpus/diff-summaries/go/array-types.json +++ b/test/corpus/diff-summaries/go/array-types.json @@ -38,7 +38,7 @@ "+}" ], "gitDir": "test/corpus/repos/go", - "shas": "23e7a6fe4e6d10beae8d8a90d1a45b1032a363f3..77c997a1844db7e90050b84a09f382e01f5f8fb8" + "shas": "ba05626ca2dc1a149b72c9c35901434fd0346ac2..ec19ae2769bdf0f512ea0f0112a97743270b1b02" } ,{ "testCaseDescription": "go-array-types-insert-test", @@ -81,7 +81,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "77c997a1844db7e90050b84a09f382e01f5f8fb8..f19c6b90b3666a349db04e06adef92c3f4ee7954" + "shas": "ec19ae2769bdf0f512ea0f0112a97743270b1b02..8e931fca81cebca97a294c0345d6b499ed6945ae" } ,{ "testCaseDescription": "go-array-types-replacement-test", @@ -190,7 +190,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "f19c6b90b3666a349db04e06adef92c3f4ee7954..9d8bc2470ab72d6451768b1e1241d0e42113b2cd" + "shas": "8e931fca81cebca97a294c0345d6b499ed6945ae..e5de09342fd59fe69186a10e41d8ddaebb1ad788" } ,{ "testCaseDescription": "go-array-types-delete-replacement-test", @@ -299,7 +299,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "9d8bc2470ab72d6451768b1e1241d0e42113b2cd..a411fa0f8aa9df8414e226d90850db0e35467cd5" + "shas": "e5de09342fd59fe69186a10e41d8ddaebb1ad788..cf2801985daa9d05672bb91b353a713568fda5a2" } ,{ "testCaseDescription": "go-array-types-delete-insert-test", @@ -342,7 +342,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "a411fa0f8aa9df8414e226d90850db0e35467cd5..c56e0b390e2abceab65070a6ba2446187372514e" + "shas": "cf2801985daa9d05672bb91b353a713568fda5a2..ef056e05394ce048ab13fec0feb3d90100c1082a" } ,{ "testCaseDescription": "go-array-types-teardown-test", @@ -384,5 +384,5 @@ "-}" ], "gitDir": "test/corpus/repos/go", - "shas": "c56e0b390e2abceab65070a6ba2446187372514e..5d144f8dcc875799d9089517f93742fbee842500" + "shas": "ef056e05394ce048ab13fec0feb3d90100c1082a..727396e8cbfd7fbc1092d2b89fefd865e00d3d4b" }] diff --git a/test/corpus/diff-summaries/go/array-with-implicit-length.json b/test/corpus/diff-summaries/go/array-with-implicit-length.json index c3213d962..4bb6e8043 100644 --- a/test/corpus/diff-summaries/go/array-with-implicit-length.json +++ b/test/corpus/diff-summaries/go/array-with-implicit-length.json @@ -38,7 +38,7 @@ "+}" ], "gitDir": "test/corpus/repos/go", - "shas": "ae6af6edb16aca01c3cb00225a575e799b54ba73..40eb429919082dece044530280d0b7ee6724c44b" + "shas": "b15a0d0a43856a4166d357a09a8fd1acc9174e76..d789024de7c6d75c746b801fbcace5bf873a43c6" } ,{ "testCaseDescription": "go-array-with-implicit-length-insert-test", @@ -81,7 +81,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "40eb429919082dece044530280d0b7ee6724c44b..9ad664b2147448953ab0e8d915264705dc47db38" + "shas": "d789024de7c6d75c746b801fbcace5bf873a43c6..636dec281e25d16bea5b4dd42dc3144bcc28666d" } ,{ "testCaseDescription": "go-array-with-implicit-length-replacement-test", @@ -196,7 +196,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "9ad664b2147448953ab0e8d915264705dc47db38..892d102bbc4f9ea0ac7c2bef85508a3d09f08e41" + "shas": "636dec281e25d16bea5b4dd42dc3144bcc28666d..de900b62bec59b4bfbc336ac6feaa4635979ce8f" } ,{ "testCaseDescription": "go-array-with-implicit-length-delete-replacement-test", @@ -314,7 +314,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "892d102bbc4f9ea0ac7c2bef85508a3d09f08e41..4da8fdd3187fa8a8e136b303532cd37bf3fddd48" + "shas": "de900b62bec59b4bfbc336ac6feaa4635979ce8f..28a461fc5306298e96c88020aa7b73ae55dce3c6" } ,{ "testCaseDescription": "go-array-with-implicit-length-delete-insert-test", @@ -357,7 +357,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "4da8fdd3187fa8a8e136b303532cd37bf3fddd48..21468ffe3eeb5f4c330f13e8a4f6965e5e4c594c" + "shas": "28a461fc5306298e96c88020aa7b73ae55dce3c6..f922f68045d6e6f979ab00814f4db05db0da03f8" } ,{ "testCaseDescription": "go-array-with-implicit-length-teardown-test", @@ -399,5 +399,5 @@ "-}" ], "gitDir": "test/corpus/repos/go", - "shas": "21468ffe3eeb5f4c330f13e8a4f6965e5e4c594c..54554374536fea1be1d769538f910668ca4d278a" + "shas": "f922f68045d6e6f979ab00814f4db05db0da03f8..cab660acd54f2f46e36d22fcbfa612d8129347da" }] diff --git a/test/corpus/diff-summaries/go/assignment-statements.json b/test/corpus/diff-summaries/go/assignment-statements.json index 3a4bc6a2f..e16396d2c 100644 --- a/test/corpus/diff-summaries/go/assignment-statements.json +++ b/test/corpus/diff-summaries/go/assignment-statements.json @@ -38,7 +38,7 @@ "+}" ], "gitDir": "test/corpus/repos/go", - "shas": "b13b8100361e4845134ab1389ca092165ab8c6d4..ac791fa63ad20c43f591972481421b0c385649c4" + "shas": "6709f7ea3a7eb4c8df561158382d51f0b8476ece..a19388b39d8494c29b990140af9130b739a1e2c8" } ,{ "testCaseDescription": "go-assignment-statements-insert-test", @@ -144,7 +144,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "ac791fa63ad20c43f591972481421b0c385649c4..1526d3920476e9c22be29cf09a50dfa44c5319d1" + "shas": "a19388b39d8494c29b990140af9130b739a1e2c8..926d665952d7968d87a029d618cd0de52be9ef44" } ,{ "testCaseDescription": "go-assignment-statements-replacement-test", @@ -292,7 +292,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "1526d3920476e9c22be29cf09a50dfa44c5319d1..fb9fe258ca465f299a2de589b0074fdb9131fc61" + "shas": "926d665952d7968d87a029d618cd0de52be9ef44..dfd4b56bbd6c59aa86c25ab41d1d870f7e82bfc0" } ,{ "testCaseDescription": "go-assignment-statements-delete-replacement-test", @@ -464,7 +464,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "fb9fe258ca465f299a2de589b0074fdb9131fc61..74516ff568d0cc0456bcca34f1885635493c4bc0" + "shas": "dfd4b56bbd6c59aa86c25ab41d1d870f7e82bfc0..5d066e40174fcd36e26f9530c53e885419631886" } ,{ "testCaseDescription": "go-assignment-statements-delete-insert-test", @@ -570,7 +570,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "74516ff568d0cc0456bcca34f1885635493c4bc0..b15fbf19a0d8fc5b4877db317fb6130fae70cc5a" + "shas": "5d066e40174fcd36e26f9530c53e885419631886..cf24886a16f779d2f8851697197b393d8a3bc2c6" } ,{ "testCaseDescription": "go-assignment-statements-teardown-test", @@ -612,5 +612,5 @@ "-}" ], "gitDir": "test/corpus/repos/go", - "shas": "b15fbf19a0d8fc5b4877db317fb6130fae70cc5a..adb5255d7368c7eaac8ceaf41ae1af21e95c0550" + "shas": "cf24886a16f779d2f8851697197b393d8a3bc2c6..7278b500248eccae92e9a3eb898c7c3fc9070d91" }] diff --git a/test/corpus/diff-summaries/go/call-expressions.json b/test/corpus/diff-summaries/go/call-expressions.json index 5a2ade6c0..0ba524df0 100644 --- a/test/corpus/diff-summaries/go/call-expressions.json +++ b/test/corpus/diff-summaries/go/call-expressions.json @@ -38,7 +38,7 @@ "+}" ], "gitDir": "test/corpus/repos/go", - "shas": "16a9bf3266ddc88a4e5b400eaf53780c80818151..b4f96777004622381d8e6f3479353d14906808e6" + "shas": "4831542d669ac6521f2ff1c352041177bb637377..814b9337cc63fa47900fe0bd2ba5f9d9ac273015" } ,{ "testCaseDescription": "go-call-expressions-insert-test", @@ -113,7 +113,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "b4f96777004622381d8e6f3479353d14906808e6..ef5458063eedc8be95ca75a7fb7e375438b4f6d2" + "shas": "814b9337cc63fa47900fe0bd2ba5f9d9ac273015..c81d27414a0e4cee8f866652150bb434d9fc5386" } ,{ "testCaseDescription": "go-call-expressions-replacement-test", @@ -235,7 +235,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "ef5458063eedc8be95ca75a7fb7e375438b4f6d2..5f08d4f08b1b203d7943127fe1b3d1a0914dc76a" + "shas": "c81d27414a0e4cee8f866652150bb434d9fc5386..38d26d1b33ce23b85536ddae1217b5a4162c7dee" } ,{ "testCaseDescription": "go-call-expressions-delete-replacement-test", @@ -357,7 +357,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "5f08d4f08b1b203d7943127fe1b3d1a0914dc76a..f898335fa1a163616fb815afde7a715b851d37f1" + "shas": "38d26d1b33ce23b85536ddae1217b5a4162c7dee..f44f2c7886c66e8e5add040e9ea61d10bc265778" } ,{ "testCaseDescription": "go-call-expressions-delete-insert-test", @@ -432,7 +432,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "f898335fa1a163616fb815afde7a715b851d37f1..8ef90c153dfd95e6c5e7e427af04a9a77950830a" + "shas": "f44f2c7886c66e8e5add040e9ea61d10bc265778..c15e2aa1210a9020d12a9ce851b1da75d5abcc65" } ,{ "testCaseDescription": "go-call-expressions-teardown-test", @@ -474,5 +474,5 @@ "-}" ], "gitDir": "test/corpus/repos/go", - "shas": "8ef90c153dfd95e6c5e7e427af04a9a77950830a..bc8464a624086bec37599446c062b29860c674c3" + "shas": "c15e2aa1210a9020d12a9ce851b1da75d5abcc65..dc11582242b7bb0d847d30f49789000c649d7b6a" }] diff --git a/test/corpus/diff-summaries/go/case-statements.json b/test/corpus/diff-summaries/go/case-statements.json index 0da1a24fd..0af4e64e5 100644 --- a/test/corpus/diff-summaries/go/case-statements.json +++ b/test/corpus/diff-summaries/go/case-statements.json @@ -38,7 +38,7 @@ "+}" ], "gitDir": "test/corpus/repos/go", - "shas": "8166afaa517adbd296002aaa49b9130746c8dd55..2c9a1c8fa11fb681cb09ff01e784268ad3411a52" + "shas": "bb4431a0859cff6e509bef703f7031001f4bd1c4..d95d2922823f6b758cbaf242660828b358e25273" } ,{ "testCaseDescription": "go-case-statements-insert-test", @@ -81,7 +81,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "2c9a1c8fa11fb681cb09ff01e784268ad3411a52..0a88c97d268d5b6c4460f12ea395f82b64a645f7" + "shas": "d95d2922823f6b758cbaf242660828b358e25273..62cf9b4f24386e3644019f923c0ba57224ddd546" } ,{ "testCaseDescription": "go-case-statements-replacement-test", @@ -124,7 +124,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "0a88c97d268d5b6c4460f12ea395f82b64a645f7..2bd16232e4cccc0ffabcdfcbb1c364d697cd7744" + "shas": "62cf9b4f24386e3644019f923c0ba57224ddd546..e1d9085c0ac029c2b074a4df95d58c05b059a004" } ,{ "testCaseDescription": "go-case-statements-delete-replacement-test", @@ -167,7 +167,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "2bd16232e4cccc0ffabcdfcbb1c364d697cd7744..310efda98bba45e75daf5c81b671ceb4dbd99c8f" + "shas": "e1d9085c0ac029c2b074a4df95d58c05b059a004..85095746392936259b48f947b98b9fb3771c2f3e" } ,{ "testCaseDescription": "go-case-statements-delete-insert-test", @@ -210,7 +210,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "310efda98bba45e75daf5c81b671ceb4dbd99c8f..59d8894c4e3b5e88276a0cfde5b01a61c8dd4a7d" + "shas": "85095746392936259b48f947b98b9fb3771c2f3e..47192603926b6f400aeaf24fcf9a507b863b57eb" } ,{ "testCaseDescription": "go-case-statements-teardown-test", @@ -252,5 +252,5 @@ "-}" ], "gitDir": "test/corpus/repos/go", - "shas": "59d8894c4e3b5e88276a0cfde5b01a61c8dd4a7d..5e355cc24a0a0ebdef3044e9f5ed84357c23a0a2" + "shas": "47192603926b6f400aeaf24fcf9a507b863b57eb..5bf39526f909b46112084337773329c1dc640121" }] diff --git a/test/corpus/diff-summaries/go/channel-types.json b/test/corpus/diff-summaries/go/channel-types.json index 724239fd4..055d84abb 100644 --- a/test/corpus/diff-summaries/go/channel-types.json +++ b/test/corpus/diff-summaries/go/channel-types.json @@ -38,7 +38,7 @@ "+}" ], "gitDir": "test/corpus/repos/go", - "shas": "fcbb30de8973ff8fde22e74cc79eecfdb888be8d..edf033ad6598d7360bfede5c3c740108c0966c17" + "shas": "d0c8106e183d0266b40be41add2a2583b04c744b..fe59ae369e8fe2c54cdcd0d777708cfd4d50a060" } ,{ "testCaseDescription": "go-channel-types-insert-test", @@ -115,7 +115,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "edf033ad6598d7360bfede5c3c740108c0966c17..8edb5af6837c1662132354a868711fd794825980" + "shas": "fe59ae369e8fe2c54cdcd0d777708cfd4d50a060..fd205270652c262fd8f423a41ce3d58497505253" } ,{ "testCaseDescription": "go-channel-types-replacement-test", @@ -262,7 +262,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "8edb5af6837c1662132354a868711fd794825980..4cf434f916df95586979cab2024be95e69c6e0cf" + "shas": "fd205270652c262fd8f423a41ce3d58497505253..8e14dbf4821f72bf38aeb5cc649b76059ea648fd" } ,{ "testCaseDescription": "go-channel-types-delete-replacement-test", @@ -379,7 +379,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "4cf434f916df95586979cab2024be95e69c6e0cf..1f702bc6af468c4fa174e98ae5baad5173b5309e" + "shas": "8e14dbf4821f72bf38aeb5cc649b76059ea648fd..2344e86f63c3afe646a70a9bc486e4af0f689451" } ,{ "testCaseDescription": "go-channel-types-delete-insert-test", @@ -456,7 +456,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "1f702bc6af468c4fa174e98ae5baad5173b5309e..03996174eab5496f5a3628db58a3830329bf291c" + "shas": "2344e86f63c3afe646a70a9bc486e4af0f689451..ff5548cfd8f143a49659f80853cf013c6a291c70" } ,{ "testCaseDescription": "go-channel-types-teardown-test", @@ -498,5 +498,5 @@ "-}" ], "gitDir": "test/corpus/repos/go", - "shas": "03996174eab5496f5a3628db58a3830329bf291c..58320eab987b7017e8267ac62f402f1ef6310989" + "shas": "ff5548cfd8f143a49659f80853cf013c6a291c70..5baa57edfaea365993eb63c216cb169c85f2733d" }] diff --git a/test/corpus/diff-summaries/go/comment.json b/test/corpus/diff-summaries/go/comment.json index b1f7505e4..414b0a8ff 100644 --- a/test/corpus/diff-summaries/go/comment.json +++ b/test/corpus/diff-summaries/go/comment.json @@ -38,7 +38,7 @@ "+}" ], "gitDir": "test/corpus/repos/go", - "shas": "d490557467004ad26a2a53890f6a434ae51a505d..bff7ac4c0ad5ddd9790fe7f072478a6cefe8616a" + "shas": "297f141d87cd1a6762a9b910bb8960bf1b503a8f..26e2e50854b9c4b5d863a6b7b5079f396373ba07" } ,{ "testCaseDescription": "go-comment-insert-test", @@ -81,7 +81,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "bff7ac4c0ad5ddd9790fe7f072478a6cefe8616a..bfb588013a1b11a2bd01cf1438b3ee3fbf2d728b" + "shas": "26e2e50854b9c4b5d863a6b7b5079f396373ba07..ee6c05fd9adc6e7430d3489407645aee09046b6d" } ,{ "testCaseDescription": "go-comment-replacement-test", @@ -138,7 +138,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "bfb588013a1b11a2bd01cf1438b3ee3fbf2d728b..f41970e2c022d1d067a62b6a9f54e9f5c1491c4d" + "shas": "ee6c05fd9adc6e7430d3489407645aee09046b6d..86210767f35453529dd5db8e90084b0c763eb1e2" } ,{ "testCaseDescription": "go-comment-delete-replacement-test", @@ -195,7 +195,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "f41970e2c022d1d067a62b6a9f54e9f5c1491c4d..3d850e5cc9ba3bac89579c3632ac78212cac291d" + "shas": "86210767f35453529dd5db8e90084b0c763eb1e2..8d216d825e56bf7fe8c598c7050627c190c3407f" } ,{ "testCaseDescription": "go-comment-delete-insert-test", @@ -238,7 +238,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "3d850e5cc9ba3bac89579c3632ac78212cac291d..aeb8d0dd4fc11837ebcd8c8bb0437a32838dbfca" + "shas": "8d216d825e56bf7fe8c598c7050627c190c3407f..cfbcf95ee22132bbe22d159a431b6baac1e53f83" } ,{ "testCaseDescription": "go-comment-teardown-test", @@ -280,5 +280,5 @@ "-}" ], "gitDir": "test/corpus/repos/go", - "shas": "aeb8d0dd4fc11837ebcd8c8bb0437a32838dbfca..0bdae5b448bcbbbef333b74adf04f8bce482fee6" + "shas": "cfbcf95ee22132bbe22d159a431b6baac1e53f83..7b4096df27917da8891149e49322c094f2b1412b" }] diff --git a/test/corpus/diff-summaries/go/const-declarations-with-types.json b/test/corpus/diff-summaries/go/const-declarations-with-types.json index a05a1f661..16ab26036 100644 --- a/test/corpus/diff-summaries/go/const-declarations-with-types.json +++ b/test/corpus/diff-summaries/go/const-declarations-with-types.json @@ -38,7 +38,7 @@ "+}" ], "gitDir": "test/corpus/repos/go", - "shas": "f7ac168b07a4536cc1450a45c8e16055efeffc56..988e0faec30af9338fd11b5bb51fe9eb9fb20349" + "shas": "af47cf37e697f9d6f24a4630bf2251a9746f4883..88f67bcc9c174b0854a1f67c83c2334db09358bc" } ,{ "testCaseDescription": "go-const-declarations-with-types-insert-test", @@ -81,7 +81,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "988e0faec30af9338fd11b5bb51fe9eb9fb20349..193313a66c6d73f0621da22dc305590ed024789b" + "shas": "88f67bcc9c174b0854a1f67c83c2334db09358bc..85cf1ccbc4300bb46c2580ec594649436073426c" } ,{ "testCaseDescription": "go-const-declarations-with-types-replacement-test", @@ -178,7 +178,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "193313a66c6d73f0621da22dc305590ed024789b..2d78564fc140a614f2a40ebc11e3770b896abe08" + "shas": "85cf1ccbc4300bb46c2580ec594649436073426c..ce622f5beac5fd7bfd8a0e17f18a0644440fed47" } ,{ "testCaseDescription": "go-const-declarations-with-types-delete-replacement-test", @@ -275,7 +275,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "2d78564fc140a614f2a40ebc11e3770b896abe08..a692c3c85bc1b86f6502cc2a7f1e8e8d88b78dc8" + "shas": "ce622f5beac5fd7bfd8a0e17f18a0644440fed47..51c8b949e614508b6f2d41b8f5b581780f09c215" } ,{ "testCaseDescription": "go-const-declarations-with-types-delete-insert-test", @@ -318,7 +318,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "a692c3c85bc1b86f6502cc2a7f1e8e8d88b78dc8..ea951a9b27a3abb55984a4f2b825a058ac99fcb7" + "shas": "51c8b949e614508b6f2d41b8f5b581780f09c215..c18c7ab32b5bc5aa6c7f5f10283abcadad48c04e" } ,{ "testCaseDescription": "go-const-declarations-with-types-teardown-test", @@ -360,5 +360,5 @@ "-}" ], "gitDir": "test/corpus/repos/go", - "shas": "ea951a9b27a3abb55984a4f2b825a058ac99fcb7..1e9a79b2edb624c62951819583911df12d835559" + "shas": "c18c7ab32b5bc5aa6c7f5f10283abcadad48c04e..9f9fc2b6fc03803dc00ddac0d292e0024465b915" }] diff --git a/test/corpus/diff-summaries/go/const-declarations-without-types.json b/test/corpus/diff-summaries/go/const-declarations-without-types.json index b2082004f..bee9b6935 100644 --- a/test/corpus/diff-summaries/go/const-declarations-without-types.json +++ b/test/corpus/diff-summaries/go/const-declarations-without-types.json @@ -38,7 +38,7 @@ "+}" ], "gitDir": "test/corpus/repos/go", - "shas": "75b898961dcdf69721ee39f592e2ab3efddcf461..8b7289fc807e6df4327be7c0ff7aa232350de3ce" + "shas": "8c04026be56a70a21b9d5a7f6c084c2a1c57c43e..303a200036c4a35c005ab6fdadd3457632a1d07f" } ,{ "testCaseDescription": "go-const-declarations-without-types-insert-test", @@ -81,7 +81,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "8b7289fc807e6df4327be7c0ff7aa232350de3ce..51437f869f4fcbf14ae89a3180cfc47f7db46e8e" + "shas": "303a200036c4a35c005ab6fdadd3457632a1d07f..c777b371d4685d62843b7e61fe994f3c549b2eb3" } ,{ "testCaseDescription": "go-const-declarations-without-types-replacement-test", @@ -178,7 +178,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "51437f869f4fcbf14ae89a3180cfc47f7db46e8e..18456b16bb7006ef39d3f2099c96ae4aa00bca14" + "shas": "c777b371d4685d62843b7e61fe994f3c549b2eb3..fa5d41d2fadc78305426a6547396f9423a475803" } ,{ "testCaseDescription": "go-const-declarations-without-types-delete-replacement-test", @@ -275,7 +275,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "18456b16bb7006ef39d3f2099c96ae4aa00bca14..3bf13d96807e003274e96a04dde9cbdbffd10813" + "shas": "fa5d41d2fadc78305426a6547396f9423a475803..6ddc3e9a2fc07519ededecf7d5792047256c196c" } ,{ "testCaseDescription": "go-const-declarations-without-types-delete-insert-test", @@ -318,7 +318,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "3bf13d96807e003274e96a04dde9cbdbffd10813..748efb51d4c9fff4825d8a0c53a893969d8472fb" + "shas": "6ddc3e9a2fc07519ededecf7d5792047256c196c..dba4329b2ec824f6e71df7ab5004ea50272cd981" } ,{ "testCaseDescription": "go-const-declarations-without-types-teardown-test", @@ -360,5 +360,5 @@ "-}" ], "gitDir": "test/corpus/repos/go", - "shas": "748efb51d4c9fff4825d8a0c53a893969d8472fb..f7ac168b07a4536cc1450a45c8e16055efeffc56" + "shas": "dba4329b2ec824f6e71df7ab5004ea50272cd981..af47cf37e697f9d6f24a4630bf2251a9746f4883" }] diff --git a/test/corpus/diff-summaries/go/const-with-implicit-values.json b/test/corpus/diff-summaries/go/const-with-implicit-values.json index 67973dba4..58bc588fd 100644 --- a/test/corpus/diff-summaries/go/const-with-implicit-values.json +++ b/test/corpus/diff-summaries/go/const-with-implicit-values.json @@ -38,7 +38,7 @@ "+}" ], "gitDir": "test/corpus/repos/go", - "shas": "fdadf5a73660cc10f2b59218ea41bc719888d683..a16949bae8fc2d957cac3f2377c9b0c9be378fdc" + "shas": "e708803c6c474d2cfcbb00fb00fae3437df8d1da..9741efe62bab7f1a5cc3dc6c1dc780733f334061" } ,{ "testCaseDescription": "go-const-with-implicit-values-insert-test", @@ -115,7 +115,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "a16949bae8fc2d957cac3f2377c9b0c9be378fdc..7090aab4ce9b7224a651b7e8dc3b8dad8bfa3354" + "shas": "9741efe62bab7f1a5cc3dc6c1dc780733f334061..dc0413dcd721482a0ceb76a052516f26efdd4331" } ,{ "testCaseDescription": "go-const-with-implicit-values-replacement-test", @@ -229,7 +229,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "7090aab4ce9b7224a651b7e8dc3b8dad8bfa3354..4122e7a07b26e3554f293eafade8c4ab49201b45" + "shas": "dc0413dcd721482a0ceb76a052516f26efdd4331..8125b6f9035dd6c3cc123b7de6b1c18bf63532ba" } ,{ "testCaseDescription": "go-const-with-implicit-values-delete-replacement-test", @@ -343,7 +343,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "4122e7a07b26e3554f293eafade8c4ab49201b45..cc604243030eae9c89cdb71819162377ff138f81" + "shas": "8125b6f9035dd6c3cc123b7de6b1c18bf63532ba..ff3be1628ee3f4e034a733c98625a26e39a9b225" } ,{ "testCaseDescription": "go-const-with-implicit-values-delete-insert-test", @@ -420,7 +420,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "cc604243030eae9c89cdb71819162377ff138f81..dda61e7ad233d223b01c42f9449069f04971cf90" + "shas": "ff3be1628ee3f4e034a733c98625a26e39a9b225..931319f37450f4596b9b94d9388ffd1e57b558ed" } ,{ "testCaseDescription": "go-const-with-implicit-values-teardown-test", @@ -462,5 +462,5 @@ "-}" ], "gitDir": "test/corpus/repos/go", - "shas": "dda61e7ad233d223b01c42f9449069f04971cf90..3db16337ea97982719a37764ee9a6be614186989" + "shas": "931319f37450f4596b9b94d9388ffd1e57b558ed..73f1a82e2b69c956f6f36e86c996d2cfe2f5fe89" }] diff --git a/test/corpus/diff-summaries/go/constructors.json b/test/corpus/diff-summaries/go/constructors.json index 3f7c90151..3f20259b2 100644 --- a/test/corpus/diff-summaries/go/constructors.json +++ b/test/corpus/diff-summaries/go/constructors.json @@ -38,7 +38,7 @@ "+}" ], "gitDir": "test/corpus/repos/go", - "shas": "3db16337ea97982719a37764ee9a6be614186989..e2103c9dad2545d1453249f513a1159a153e8a65" + "shas": "73f1a82e2b69c956f6f36e86c996d2cfe2f5fe89..b733aa6f99aea585b70d7543f8efd07adc46f4d8" } ,{ "testCaseDescription": "go-constructors-insert-test", @@ -129,7 +129,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "e2103c9dad2545d1453249f513a1159a153e8a65..7a8b79fdee95f9e305b93b3f08a6d1a6e4dea0bf" + "shas": "b733aa6f99aea585b70d7543f8efd07adc46f4d8..310c1fcc5e4f65b833f84b389662caf8912a9467" } ,{ "testCaseDescription": "go-constructors-replacement-test", @@ -352,7 +352,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "7a8b79fdee95f9e305b93b3f08a6d1a6e4dea0bf..4e86c41f410f68ed5385dfc4424ae25a18aa0c80" + "shas": "310c1fcc5e4f65b833f84b389662caf8912a9467..6c3cb936a21dd7930f9fd7c1574ed21612a15154" } ,{ "testCaseDescription": "go-constructors-delete-replacement-test", @@ -575,7 +575,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "4e86c41f410f68ed5385dfc4424ae25a18aa0c80..a4354d4b157d3e9f590645b0364c930f73263e35" + "shas": "6c3cb936a21dd7930f9fd7c1574ed21612a15154..9c5de0183f192c07afba4e886aa306a3df41b939" } ,{ "testCaseDescription": "go-constructors-delete-insert-test", @@ -666,7 +666,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "a4354d4b157d3e9f590645b0364c930f73263e35..b6dd2bb0ac55d4ce1079280eef209707226b6ea5" + "shas": "9c5de0183f192c07afba4e886aa306a3df41b939..bc161cc62079183c14fa133916916c3469d1b12e" } ,{ "testCaseDescription": "go-constructors-teardown-test", @@ -708,5 +708,5 @@ "-}" ], "gitDir": "test/corpus/repos/go", - "shas": "b6dd2bb0ac55d4ce1079280eef209707226b6ea5..326e7ec102c20907c6f31337ed132a4ad9b9910d" + "shas": "bc161cc62079183c14fa133916916c3469d1b12e..0c427a8f032c83b79308e49881a756a562e84789" }] diff --git a/test/corpus/diff-summaries/go/float-literals.json b/test/corpus/diff-summaries/go/float-literals.json index d34fbe007..db201005d 100644 --- a/test/corpus/diff-summaries/go/float-literals.json +++ b/test/corpus/diff-summaries/go/float-literals.json @@ -38,7 +38,7 @@ "+}" ], "gitDir": "test/corpus/repos/go", - "shas": "4a43ba97188583a2c4d12041c42b9a1525920c78..f78c33d32a09cf34dc24be5f69db1f82c720ca30" + "shas": "2022c740f0beaa522eb54a50c91b82c690d20bc4..15821baaa9f4ee7fd38cc3261fbec2ba98e336ae" } ,{ "testCaseDescription": "go-float-literals-insert-test", @@ -145,7 +145,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "f78c33d32a09cf34dc24be5f69db1f82c720ca30..1f8361262ec1d34986d577310696516b29ad2ae6" + "shas": "15821baaa9f4ee7fd38cc3261fbec2ba98e336ae..503057f8799e430c68008f74719a8b3bea533b93" } ,{ "testCaseDescription": "go-float-literals-replacement-test", @@ -316,7 +316,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "1f8361262ec1d34986d577310696516b29ad2ae6..02be84c424ca3ad9d12d123324ec17c6dccf252a" + "shas": "503057f8799e430c68008f74719a8b3bea533b93..2f4a1ffaee828704a9121a545ccef63f83c738ae" } ,{ "testCaseDescription": "go-float-literals-delete-replacement-test", @@ -487,7 +487,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "02be84c424ca3ad9d12d123324ec17c6dccf252a..e1c2cb76498cef3c9ae950e4585bd0541bfe8f00" + "shas": "2f4a1ffaee828704a9121a545ccef63f83c738ae..5219f2d312d46ee26f5e9e421071b8ea642ef03c" } ,{ "testCaseDescription": "go-float-literals-delete-insert-test", @@ -594,7 +594,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "e1c2cb76498cef3c9ae950e4585bd0541bfe8f00..7e768fcd651a1bf3d1df712613f3a4e04819c00c" + "shas": "5219f2d312d46ee26f5e9e421071b8ea642ef03c..aaa7245207e0e781b89c30bdf410eb4373ac407a" } ,{ "testCaseDescription": "go-float-literals-teardown-test", @@ -636,5 +636,5 @@ "-}" ], "gitDir": "test/corpus/repos/go", - "shas": "7e768fcd651a1bf3d1df712613f3a4e04819c00c..296a79280a372cb521b3294615899849095e72e4" + "shas": "aaa7245207e0e781b89c30bdf410eb4373ac407a..4ad24c7c0759cfce3416df9088ba128facb9980e" }] diff --git a/test/corpus/diff-summaries/go/for-statements.json b/test/corpus/diff-summaries/go/for-statements.json index 5a46e8151..417b16a09 100644 --- a/test/corpus/diff-summaries/go/for-statements.json +++ b/test/corpus/diff-summaries/go/for-statements.json @@ -38,7 +38,7 @@ "+}" ], "gitDir": "test/corpus/repos/go", - "shas": "d8edc4cf7408e2f6ea172df25ad82047f232c00a..6744f1fa7bc91d76fc07a04f629a160c4ca37544" + "shas": "31ab4fe67859113371228128496c716137bf0848..91df3c3273030d876d659528af16909545af4d69" } ,{ "testCaseDescription": "go-for-statements-insert-test", @@ -160,7 +160,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "6744f1fa7bc91d76fc07a04f629a160c4ca37544..9912015e923871330cdc6d50b20338ccf21e3e10" + "shas": "91df3c3273030d876d659528af16909545af4d69..1d7edc65a4696f583f19066a8c6018c1358219b8" } ,{ "testCaseDescription": "go-for-statements-replacement-test", @@ -330,7 +330,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "9912015e923871330cdc6d50b20338ccf21e3e10..37f5fe99c265e728dd981f7b09a9e123cc2f1183" + "shas": "1d7edc65a4696f583f19066a8c6018c1358219b8..6052253933130655b2c8f9c99f79151ea6cf5523" } ,{ "testCaseDescription": "go-for-statements-delete-replacement-test", @@ -500,7 +500,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "37f5fe99c265e728dd981f7b09a9e123cc2f1183..7f019f466e92e02a2430d89edc06d8388cdf50a9" + "shas": "6052253933130655b2c8f9c99f79151ea6cf5523..afa6e3077ddbacd9466c8b39f6a84b619326ab8e" } ,{ "testCaseDescription": "go-for-statements-delete-insert-test", @@ -622,7 +622,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "7f019f466e92e02a2430d89edc06d8388cdf50a9..76c71275d19daa298b3ce4cc918cd614c4a02122" + "shas": "afa6e3077ddbacd9466c8b39f6a84b619326ab8e..75675fb39cb677692af05f340f2bd00469df891c" } ,{ "testCaseDescription": "go-for-statements-teardown-test", @@ -664,5 +664,5 @@ "-}" ], "gitDir": "test/corpus/repos/go", - "shas": "76c71275d19daa298b3ce4cc918cd614c4a02122..80a8a4b6fc7113c135bdf6f37b7bc2e37be82a30" + "shas": "75675fb39cb677692af05f340f2bd00469df891c..c22c577a580a3c89ace48fdd1c5267508a07d822" }] diff --git a/test/corpus/diff-summaries/go/function-declarations.json b/test/corpus/diff-summaries/go/function-declarations.json index 8d7aa535b..61648ea97 100644 --- a/test/corpus/diff-summaries/go/function-declarations.json +++ b/test/corpus/diff-summaries/go/function-declarations.json @@ -38,7 +38,7 @@ "+}" ], "gitDir": "test/corpus/repos/go", - "shas": "80a8a4b6fc7113c135bdf6f37b7bc2e37be82a30..bf1f0ac873f16ffdfa8385170a8934d266bb9f72" + "shas": "c22c577a580a3c89ace48fdd1c5267508a07d822..a33a97280d1487d58c6b9fb35992b570ab356140" } ,{ "testCaseDescription": "go-function-declarations-insert-test", @@ -96,7 +96,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "bf1f0ac873f16ffdfa8385170a8934d266bb9f72..27b5653e9ae53db23ee10bb5b961604de0595d2b" + "shas": "a33a97280d1487d58c6b9fb35992b570ab356140..990a6344bb8f22f1c074cd7ca547f27c982d4f6b" } ,{ "testCaseDescription": "go-function-declarations-replacement-test", @@ -238,7 +238,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "27b5653e9ae53db23ee10bb5b961604de0595d2b..1a6e3a1f0b9afc19cea481a3f9b8033177b0a055" + "shas": "990a6344bb8f22f1c074cd7ca547f27c982d4f6b..402128fdeb46866400b691424e4f8b4968e3011b" } ,{ "testCaseDescription": "go-function-declarations-delete-replacement-test", @@ -380,7 +380,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "1a6e3a1f0b9afc19cea481a3f9b8033177b0a055..2455af11db2e63743911c4684853fdfb23dcfffc" + "shas": "402128fdeb46866400b691424e4f8b4968e3011b..90272b1f66da7ab9e30d721b88cd76fcd4566461" } ,{ "testCaseDescription": "go-function-declarations-delete-insert-test", @@ -438,7 +438,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "2455af11db2e63743911c4684853fdfb23dcfffc..886d85caaafd56888a162300c8806b80662123d5" + "shas": "90272b1f66da7ab9e30d721b88cd76fcd4566461..84dbc8845cddcce8f576b0a03c80c9eb88b78f40" } ,{ "testCaseDescription": "go-function-declarations-teardown-test", @@ -480,5 +480,5 @@ "-}" ], "gitDir": "test/corpus/repos/go", - "shas": "886d85caaafd56888a162300c8806b80662123d5..1550ddb002f97cfd9242bce040f19198ffed0d46" + "shas": "84dbc8845cddcce8f576b0a03c80c9eb88b78f40..c86997a464ea8939db6c8d67490f3baf3970fd87" }] diff --git a/test/corpus/diff-summaries/go/function-literals.json b/test/corpus/diff-summaries/go/function-literals.json index 080e5789f..91539cd33 100644 --- a/test/corpus/diff-summaries/go/function-literals.json +++ b/test/corpus/diff-summaries/go/function-literals.json @@ -38,7 +38,7 @@ "+}" ], "gitDir": "test/corpus/repos/go", - "shas": "bc8464a624086bec37599446c062b29860c674c3..2022c263ebbd931cfd9a19e7d1a852727ec3d743" + "shas": "dc11582242b7bb0d847d30f49789000c649d7b6a..73964ffd314a969190c25944428d67334c1eef70" } ,{ "testCaseDescription": "go-function-literals-insert-test", @@ -83,7 +83,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "2022c263ebbd931cfd9a19e7d1a852727ec3d743..e3d91236a40a4213a5f4d17bb7420f08b1548b4b" + "shas": "73964ffd314a969190c25944428d67334c1eef70..0f2711ebbc9047634374387b3de21d85a84c210f" } ,{ "testCaseDescription": "go-function-literals-replacement-test", @@ -167,7 +167,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "e3d91236a40a4213a5f4d17bb7420f08b1548b4b..388b728712fca28399b7b7d4473cbc4900ccbc12" + "shas": "0f2711ebbc9047634374387b3de21d85a84c210f..e861637bb74e0a7508b36e005a3996b555b35115" } ,{ "testCaseDescription": "go-function-literals-delete-replacement-test", @@ -251,7 +251,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "388b728712fca28399b7b7d4473cbc4900ccbc12..431e78162e2d6f12a2c56e25597bff16331ab784" + "shas": "e861637bb74e0a7508b36e005a3996b555b35115..7fb943681104e13812442f4be239d31297d8293f" } ,{ "testCaseDescription": "go-function-literals-delete-insert-test", @@ -296,7 +296,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "431e78162e2d6f12a2c56e25597bff16331ab784..b5b71ce93081599d9ebfa0a99486310b3f32a7d8" + "shas": "7fb943681104e13812442f4be239d31297d8293f..26d01bfbcf5cd8c0c117e80bba3b091383ba10a7" } ,{ "testCaseDescription": "go-function-literals-teardown-test", @@ -338,5 +338,5 @@ "-}" ], "gitDir": "test/corpus/repos/go", - "shas": "b5b71ce93081599d9ebfa0a99486310b3f32a7d8..75b898961dcdf69721ee39f592e2ab3efddcf461" + "shas": "26d01bfbcf5cd8c0c117e80bba3b091383ba10a7..8c04026be56a70a21b9d5a7f6c084c2a1c57c43e" }] diff --git a/test/corpus/diff-summaries/go/function-types.json b/test/corpus/diff-summaries/go/function-types.json index 76a812751..33aa7964e 100644 --- a/test/corpus/diff-summaries/go/function-types.json +++ b/test/corpus/diff-summaries/go/function-types.json @@ -38,7 +38,7 @@ "+}" ], "gitDir": "test/corpus/repos/go", - "shas": "58320eab987b7017e8267ac62f402f1ef6310989..054e62bd74bf49042182858de3aac66aff9461bc" + "shas": "5baa57edfaea365993eb63c216cb169c85f2733d..0181237ce7eb24c937e5be93e54281d7fb676bce" } ,{ "testCaseDescription": "go-function-types-insert-test", @@ -99,7 +99,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "054e62bd74bf49042182858de3aac66aff9461bc..dd44aca96c36c8cadec9a445bb28d422d1a573e6" + "shas": "0181237ce7eb24c937e5be93e54281d7fb676bce..e4b01f5888bb1d6efd33872ac80c32ff5ca76a9d" } ,{ "testCaseDescription": "go-function-types-replacement-test", @@ -313,7 +313,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "dd44aca96c36c8cadec9a445bb28d422d1a573e6..b4d414094ec86cda496bb57933c9e4d465ffdd22" + "shas": "e4b01f5888bb1d6efd33872ac80c32ff5ca76a9d..0962f5b39d06ac0316b40ff0ad8a9dc9d6e1cbbd" } ,{ "testCaseDescription": "go-function-types-delete-replacement-test", @@ -527,7 +527,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "b4d414094ec86cda496bb57933c9e4d465ffdd22..c7bb57593ce96ee8ed01d6c71628aaefba3214f1" + "shas": "0962f5b39d06ac0316b40ff0ad8a9dc9d6e1cbbd..a6ace81b4dbd93fe652746994cf2c22f30ee6552" } ,{ "testCaseDescription": "go-function-types-delete-insert-test", @@ -588,7 +588,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "c7bb57593ce96ee8ed01d6c71628aaefba3214f1..2efce3d8e517badb6403dddc82d3b48b712e94cf" + "shas": "a6ace81b4dbd93fe652746994cf2c22f30ee6552..e886dd126077c3ee4179893faab7964f50342110" } ,{ "testCaseDescription": "go-function-types-teardown-test", @@ -630,5 +630,5 @@ "-}" ], "gitDir": "test/corpus/repos/go", - "shas": "2efce3d8e517badb6403dddc82d3b48b712e94cf..ef74e35a5664013a73ab5fbfaa81601353fa7a90" + "shas": "e886dd126077c3ee4179893faab7964f50342110..e1ac162e2cb727179f5bf7faa0b94c8e662ed082" }] diff --git a/test/corpus/diff-summaries/go/go-and-defer-statements.json b/test/corpus/diff-summaries/go/go-and-defer-statements.json index 54a82ef2e..50b490048 100644 --- a/test/corpus/diff-summaries/go/go-and-defer-statements.json +++ b/test/corpus/diff-summaries/go/go-and-defer-statements.json @@ -38,7 +38,7 @@ "+}" ], "gitDir": "test/corpus/repos/go", - "shas": "31d5c38fec253fcf9de204abac17930d4b944b58..b2f53669b39bbdd2e7764838fcf47203b00f4d66" + "shas": "5d81800686e1584ca92ab3bc9b97c3b4c4a014af..3aa0858d83485c74018e88fcaea16c0de2c21bb5" } ,{ "testCaseDescription": "go-go-and-defer-statements-insert-test", @@ -97,7 +97,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "b2f53669b39bbdd2e7764838fcf47203b00f4d66..39d4e2e1aac2e070238757ab50b96cbfd7130100" + "shas": "3aa0858d83485c74018e88fcaea16c0de2c21bb5..ed019fdb2ca78fe6eb2d5f72510fa375a5a26563" } ,{ "testCaseDescription": "go-go-and-defer-statements-replacement-test", @@ -235,7 +235,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "39d4e2e1aac2e070238757ab50b96cbfd7130100..03973fd3b204c8b2e46c57c1e9dc66503c3b80aa" + "shas": "ed019fdb2ca78fe6eb2d5f72510fa375a5a26563..b15813efcc1b20132d6495d3362a93a309c1d714" } ,{ "testCaseDescription": "go-go-and-defer-statements-delete-replacement-test", @@ -373,7 +373,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "03973fd3b204c8b2e46c57c1e9dc66503c3b80aa..d0954d07081f77a422754040fb4a88f2209656a4" + "shas": "b15813efcc1b20132d6495d3362a93a309c1d714..a71f998d4554c00b573de391325d45103dd6af4a" } ,{ "testCaseDescription": "go-go-and-defer-statements-delete-insert-test", @@ -432,7 +432,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "d0954d07081f77a422754040fb4a88f2209656a4..9ff24a205f71e95547e42fbfa2e6a4a1a561cafc" + "shas": "a71f998d4554c00b573de391325d45103dd6af4a..5eb4e001966b257b66f1a0e3d8d2987f91dca995" } ,{ "testCaseDescription": "go-go-and-defer-statements-teardown-test", @@ -474,5 +474,5 @@ "-}" ], "gitDir": "test/corpus/repos/go", - "shas": "9ff24a205f71e95547e42fbfa2e6a4a1a561cafc..9894aaf44f2b1a1dd39f5df9278a1daef5bb3a4e" + "shas": "5eb4e001966b257b66f1a0e3d8d2987f91dca995..6097f0ef5c25ba53a977e9665fd4c07bca9a1025" }] diff --git a/test/corpus/diff-summaries/go/grouped-import-declarations.json b/test/corpus/diff-summaries/go/grouped-import-declarations.json index c7d77194e..bf612f351 100644 --- a/test/corpus/diff-summaries/go/grouped-import-declarations.json +++ b/test/corpus/diff-summaries/go/grouped-import-declarations.json @@ -38,7 +38,7 @@ "+}" ], "gitDir": "test/corpus/repos/go", - "shas": "c54e4036f2a2c2dbc50694871194c04c46282f72..b4e1fd14792de760c817314975c6d5917752c59c" + "shas": "264843929480bc84bdcc0de2ad0b749bc1f7b78f..1655d88a1136984ba0c126786f1d1f53d56dd5a0" } ,{ "testCaseDescription": "go-grouped-import-declarations-insert-test", @@ -85,7 +85,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "b4e1fd14792de760c817314975c6d5917752c59c..6ad6182c1257d6583511e1c66e9bde185e981d25" + "shas": "1655d88a1136984ba0c126786f1d1f53d56dd5a0..918d8f93334f2a6ee5b9adb87e597046a5e26482" } ,{ "testCaseDescription": "go-grouped-import-declarations-replacement-test", @@ -199,7 +199,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "6ad6182c1257d6583511e1c66e9bde185e981d25..81a806860a704f9505de5c4cb3a51e97eee0e371" + "shas": "918d8f93334f2a6ee5b9adb87e597046a5e26482..7d5a014d79da663d265c7c6dc7f67612a46a4ad1" } ,{ "testCaseDescription": "go-grouped-import-declarations-delete-replacement-test", @@ -313,7 +313,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "81a806860a704f9505de5c4cb3a51e97eee0e371..e9b3d6e97aa0ab27133c5ba01cd63d312872ccc9" + "shas": "7d5a014d79da663d265c7c6dc7f67612a46a4ad1..7098d98b019e27675180b2b441e83728708ef5d4" } ,{ "testCaseDescription": "go-grouped-import-declarations-delete-insert-test", @@ -360,7 +360,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "e9b3d6e97aa0ab27133c5ba01cd63d312872ccc9..21bbe2af6df167fea0a9d8ecf4bd2a10edd40dc9" + "shas": "7098d98b019e27675180b2b441e83728708ef5d4..8146a94a4bbd8b5358b7e3365e6d894772fd77a6" } ,{ "testCaseDescription": "go-grouped-import-declarations-teardown-test", @@ -402,5 +402,5 @@ "-}" ], "gitDir": "test/corpus/repos/go", - "shas": "21bbe2af6df167fea0a9d8ecf4bd2a10edd40dc9..2b3745f7288fd026e5bc6065f2c5ecc46801da46" + "shas": "8146a94a4bbd8b5358b7e3365e6d894772fd77a6..21188261fcd6a9ea3f6079d878fa4b14650cf98b" }] diff --git a/test/corpus/diff-summaries/go/grouped-var-declarations.json b/test/corpus/diff-summaries/go/grouped-var-declarations.json index 3dc08036c..6271a44f3 100644 --- a/test/corpus/diff-summaries/go/grouped-var-declarations.json +++ b/test/corpus/diff-summaries/go/grouped-var-declarations.json @@ -38,7 +38,7 @@ "+}" ], "gitDir": "test/corpus/repos/go", - "shas": "265cd5c07998bd4dfccc7a320e182f71e10a85ae..966493f966e33600c395a58287f64d421ef7ccc5" + "shas": "0cb1a3af13b0bd0450fcd422c61c3e32600bda97..e1d0f69374c071c7446097d65d778b786466034f" } ,{ "testCaseDescription": "go-grouped-var-declarations-insert-test", @@ -99,7 +99,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "966493f966e33600c395a58287f64d421ef7ccc5..1258968ec73ff56aba27f4831545703137233023" + "shas": "e1d0f69374c071c7446097d65d778b786466034f..5c373934c6688ed17237c935eaab8d0197e5afde" } ,{ "testCaseDescription": "go-grouped-var-declarations-replacement-test", @@ -184,7 +184,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "1258968ec73ff56aba27f4831545703137233023..59e3fce2e38bc9198fe952bdde89fcd779622be4" + "shas": "5c373934c6688ed17237c935eaab8d0197e5afde..c7d52c5bcc972b1bb6460fd9b1e40377d9dd46e3" } ,{ "testCaseDescription": "go-grouped-var-declarations-delete-replacement-test", @@ -269,7 +269,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "59e3fce2e38bc9198fe952bdde89fcd779622be4..332105d831b594b77407351e3e100984b5298fd0" + "shas": "c7d52c5bcc972b1bb6460fd9b1e40377d9dd46e3..c84079a333339d60b5217122957342185a1278e4" } ,{ "testCaseDescription": "go-grouped-var-declarations-delete-insert-test", @@ -330,7 +330,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "332105d831b594b77407351e3e100984b5298fd0..13924dac4e2fd15282585ac5eb64b1f92458e07f" + "shas": "c84079a333339d60b5217122957342185a1278e4..4b111ae0407754c7e05cdef17f259c68fa671376" } ,{ "testCaseDescription": "go-grouped-var-declarations-teardown-test", @@ -372,5 +372,5 @@ "-}" ], "gitDir": "test/corpus/repos/go", - "shas": "13924dac4e2fd15282585ac5eb64b1f92458e07f..8ee3f9d7ecedf1d162580097af3f1408c6fd2054" + "shas": "4b111ae0407754c7e05cdef17f259c68fa671376..639d90fe051140357b8572b3b16b7b5cf3404b97" }] diff --git a/test/corpus/diff-summaries/go/if-statements.json b/test/corpus/diff-summaries/go/if-statements.json index 6b394e892..91a672b27 100644 --- a/test/corpus/diff-summaries/go/if-statements.json +++ b/test/corpus/diff-summaries/go/if-statements.json @@ -38,7 +38,7 @@ "+}" ], "gitDir": "test/corpus/repos/go", - "shas": "adb5255d7368c7eaac8ceaf41ae1af21e95c0550..b2e2348f257b865f8f04f558d43b35a9488bec92" + "shas": "7278b500248eccae92e9a3eb898c7c3fc9070d91..6146f02cb13288b6a521899f25a1819c0992f8d0" } ,{ "testCaseDescription": "go-if-statements-insert-test", @@ -121,7 +121,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "b2e2348f257b865f8f04f558d43b35a9488bec92..b5e7fa834c31b0fd5a4b6ac76c727316c0ef6d0b" + "shas": "6146f02cb13288b6a521899f25a1819c0992f8d0..c9c481ceefe8766a3b36b6a32b57d2f914f020e4" } ,{ "testCaseDescription": "go-if-statements-replacement-test", @@ -240,7 +240,7 @@ " c()" ], "gitDir": "test/corpus/repos/go", - "shas": "b5e7fa834c31b0fd5a4b6ac76c727316c0ef6d0b..11d55200170c9bee0c089d86e5d6c9af1d3af60d" + "shas": "c9c481ceefe8766a3b36b6a32b57d2f914f020e4..9d915ba6154602bb8e87b4ade83c7fa46a8b1413" } ,{ "testCaseDescription": "go-if-statements-delete-replacement-test", @@ -359,7 +359,7 @@ " c()" ], "gitDir": "test/corpus/repos/go", - "shas": "11d55200170c9bee0c089d86e5d6c9af1d3af60d..76609378c5d432090fe9dc5f1a70804a02dfba5c" + "shas": "9d915ba6154602bb8e87b4ade83c7fa46a8b1413..0804c007fe4867fd8e4a32329fa67c84fcb565b1" } ,{ "testCaseDescription": "go-if-statements-delete-insert-test", @@ -442,7 +442,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "76609378c5d432090fe9dc5f1a70804a02dfba5c..86297a329a9c93e3934105a6a421fa78166733b5" + "shas": "0804c007fe4867fd8e4a32329fa67c84fcb565b1..6f0b1e780bd5d73dc36e65c82a6bc93b316cb4ab" } ,{ "testCaseDescription": "go-if-statements-teardown-test", @@ -484,5 +484,5 @@ "-}" ], "gitDir": "test/corpus/repos/go", - "shas": "86297a329a9c93e3934105a6a421fa78166733b5..35164423c9790e6d08f6210070936c12bdc6d495" + "shas": "6f0b1e780bd5d73dc36e65c82a6bc93b316cb4ab..0e7b4a571d564014710d306e2fe922eab3a132f6" }] diff --git a/test/corpus/diff-summaries/go/imaginary-literals.json b/test/corpus/diff-summaries/go/imaginary-literals.json index 11f32d4e3..cdc7bb254 100644 --- a/test/corpus/diff-summaries/go/imaginary-literals.json +++ b/test/corpus/diff-summaries/go/imaginary-literals.json @@ -38,7 +38,7 @@ "+}" ], "gitDir": "test/corpus/repos/go", - "shas": "9a89cf94db18f7f67803c1055434f48ee65d8cc6..64efb95fa4ed3610cd469d57da3da0dae9ff57d4" + "shas": "afd867e6c76bceeb1cb04abe0908cd689f4e765e..508b2395cb07f3e8977acffc35dad4ffed68cbe6" } ,{ "testCaseDescription": "go-imaginary-literals-insert-test", @@ -99,7 +99,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "64efb95fa4ed3610cd469d57da3da0dae9ff57d4..51879638484eba7cbae0e0a475d3cfb49fc690f4" + "shas": "508b2395cb07f3e8977acffc35dad4ffed68cbe6..c1504eb8dcdb2f7527b9f00e4162fa8f19c1cb81" } ,{ "testCaseDescription": "go-imaginary-literals-replacement-test", @@ -184,7 +184,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "51879638484eba7cbae0e0a475d3cfb49fc690f4..05a19bb0ce1ea9d2192c541a01ecf76dae3af94f" + "shas": "c1504eb8dcdb2f7527b9f00e4162fa8f19c1cb81..e9ba5af221fceaca1072576a220835f36b69c6e5" } ,{ "testCaseDescription": "go-imaginary-literals-delete-replacement-test", @@ -269,7 +269,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "05a19bb0ce1ea9d2192c541a01ecf76dae3af94f..83a56c7e65a11f247716ee2de05459f9eb09a368" + "shas": "e9ba5af221fceaca1072576a220835f36b69c6e5..3eb6e4bce4ab94ff57a6a6b291b5d5e834d3f6e9" } ,{ "testCaseDescription": "go-imaginary-literals-delete-insert-test", @@ -330,7 +330,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "83a56c7e65a11f247716ee2de05459f9eb09a368..a99af34f878db8d4c7b7e93cf8811b8e559eeffa" + "shas": "3eb6e4bce4ab94ff57a6a6b291b5d5e834d3f6e9..6a374e2ffc7e8d6ea84b8e8fc10b349ada75ccf0" } ,{ "testCaseDescription": "go-imaginary-literals-teardown-test", @@ -372,5 +372,5 @@ "-}" ], "gitDir": "test/corpus/repos/go", - "shas": "a99af34f878db8d4c7b7e93cf8811b8e559eeffa..b1b6a6d56cefd25802210e116bdd95d4f127cb12" + "shas": "6a374e2ffc7e8d6ea84b8e8fc10b349ada75ccf0..f227431bf949e58da61bcc44f1ddae5cc83a3b2c" }] diff --git a/test/corpus/diff-summaries/go/increment-decrement-statements.json b/test/corpus/diff-summaries/go/increment-decrement-statements.json index 4379d416c..f9d850768 100644 --- a/test/corpus/diff-summaries/go/increment-decrement-statements.json +++ b/test/corpus/diff-summaries/go/increment-decrement-statements.json @@ -38,7 +38,7 @@ "+}" ], "gitDir": "test/corpus/repos/go", - "shas": "e13caf8f482898f919aef10a3673fd3c9a74185f..96cb8daa2d711bb232a0ddda624d11a6e9e39600" + "shas": "a2f03e658880e908738718d4660f14322e67fa86..b20345e9a1916e0b20f0ec9051349cfc3144e06e" } ,{ "testCaseDescription": "go-increment-decrement-statements-insert-test", @@ -97,7 +97,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "96cb8daa2d711bb232a0ddda624d11a6e9e39600..7ffb9bf88b2819f4f9f712ad4ff7fb454ef76156" + "shas": "b20345e9a1916e0b20f0ec9051349cfc3144e06e..95834656cc75170905a5b366b33ec25b93f7cabc" } ,{ "testCaseDescription": "go-increment-decrement-statements-replacement-test", @@ -184,7 +184,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "7ffb9bf88b2819f4f9f712ad4ff7fb454ef76156..6a0b787d1139534f69e0b69a68590f7ebf677065" + "shas": "95834656cc75170905a5b366b33ec25b93f7cabc..1cf3d4eb0e9cc52a08acdffe1afbd05c362d488f" } ,{ "testCaseDescription": "go-increment-decrement-statements-delete-replacement-test", @@ -271,7 +271,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "6a0b787d1139534f69e0b69a68590f7ebf677065..3e47de41bb669847a6586ea20011aa4d7462342d" + "shas": "1cf3d4eb0e9cc52a08acdffe1afbd05c362d488f..33550da2bd784b47fb4db17686b80236dd7c8f03" } ,{ "testCaseDescription": "go-increment-decrement-statements-delete-insert-test", @@ -330,7 +330,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "3e47de41bb669847a6586ea20011aa4d7462342d..1e80ad8a18cf50f37b8af654378d9e7bf488ca8e" + "shas": "33550da2bd784b47fb4db17686b80236dd7c8f03..c0c052c74533b1569dfc50065eec6aab64760003" } ,{ "testCaseDescription": "go-increment-decrement-statements-teardown-test", @@ -372,5 +372,5 @@ "-}" ], "gitDir": "test/corpus/repos/go", - "shas": "1e80ad8a18cf50f37b8af654378d9e7bf488ca8e..41b56bcebc45774351cc1eb9012c427234785585" + "shas": "c0c052c74533b1569dfc50065eec6aab64760003..7546e223969dbbf205febf0cbbe5a0e5ad7a4895" }] diff --git a/test/corpus/diff-summaries/go/indexing-expressions.json b/test/corpus/diff-summaries/go/indexing-expressions.json index 4fe008848..fcceaae5e 100644 --- a/test/corpus/diff-summaries/go/indexing-expressions.json +++ b/test/corpus/diff-summaries/go/indexing-expressions.json @@ -38,7 +38,7 @@ "+}" ], "gitDir": "test/corpus/repos/go", - "shas": "e63783524f04f58e0ee0e76c3939b33c9a3357f6..9a6546e4d466c5b13def8515996519d1209c3261" + "shas": "0247664c34d33fa74809a86157f1fa6b5b66b30d..2edcdbce7350c6e0545e414d40a6fd31e35b0dff" } ,{ "testCaseDescription": "go-indexing-expressions-insert-test", @@ -161,7 +161,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "9a6546e4d466c5b13def8515996519d1209c3261..4d3f278cb77c5a502d9b745ecade18fe717f49ef" + "shas": "2edcdbce7350c6e0545e414d40a6fd31e35b0dff..5b39cd9199c32bcd11d818dc7be25b28ef17d50d" } ,{ "testCaseDescription": "go-indexing-expressions-replacement-test", @@ -285,7 +285,7 @@ " f[1:2:3]" ], "gitDir": "test/corpus/repos/go", - "shas": "4d3f278cb77c5a502d9b745ecade18fe717f49ef..6fd1f195ff3113c933529ff14015f4ad592109f2" + "shas": "5b39cd9199c32bcd11d818dc7be25b28ef17d50d..3c21408df3b9a1597f66485746d9e29fe822a5cd" } ,{ "testCaseDescription": "go-indexing-expressions-delete-replacement-test", @@ -418,7 +418,7 @@ " f[1:2:3]" ], "gitDir": "test/corpus/repos/go", - "shas": "6fd1f195ff3113c933529ff14015f4ad592109f2..a464ff675efe11389cf21c9cca0795e7f0b0cafe" + "shas": "3c21408df3b9a1597f66485746d9e29fe822a5cd..a009465b1ecd331dac0862795a868555a98bf4af" } ,{ "testCaseDescription": "go-indexing-expressions-delete-insert-test", @@ -541,7 +541,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "a464ff675efe11389cf21c9cca0795e7f0b0cafe..f3cfbb1ddeb615c6fb1b4da6c655188fb219965b" + "shas": "a009465b1ecd331dac0862795a868555a98bf4af..95b4553c26030cae2dec51f9748aca91fb710473" } ,{ "testCaseDescription": "go-indexing-expressions-teardown-test", @@ -583,5 +583,5 @@ "-}" ], "gitDir": "test/corpus/repos/go", - "shas": "f3cfbb1ddeb615c6fb1b4da6c655188fb219965b..813fb57203428e291b75fb83f4d47e0a407c13cb" + "shas": "95b4553c26030cae2dec51f9748aca91fb710473..5c7cab94d93979a6015f4008ab1c710743772a2e" }] diff --git a/test/corpus/diff-summaries/go/int-literals.json b/test/corpus/diff-summaries/go/int-literals.json index 2ccf43a2f..033e24098 100644 --- a/test/corpus/diff-summaries/go/int-literals.json +++ b/test/corpus/diff-summaries/go/int-literals.json @@ -38,7 +38,7 @@ "+}" ], "gitDir": "test/corpus/repos/go", - "shas": "2b3745f7288fd026e5bc6065f2c5ecc46801da46..5c0fc7fe2cf63de9d7e11ced5925c1a4dd4404a8" + "shas": "21188261fcd6a9ea3f6079d878fa4b14650cf98b..1c193fb0c672f04f0945729489e5fb4e5cee5e5d" } ,{ "testCaseDescription": "go-int-literals-insert-test", @@ -98,7 +98,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "5c0fc7fe2cf63de9d7e11ced5925c1a4dd4404a8..db8b60793903d8d3af1757a516d10864161b592b" + "shas": "1c193fb0c672f04f0945729489e5fb4e5cee5e5d..e26a4a8a1738eac9cdd97e2415db8a316ff52c51" } ,{ "testCaseDescription": "go-int-literals-replacement-test", @@ -208,7 +208,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "db8b60793903d8d3af1757a516d10864161b592b..756d94e3b7eed216739b9aa3af8375614979fbc3" + "shas": "e26a4a8a1738eac9cdd97e2415db8a316ff52c51..2cd9ea7ca3a16e6881e6a80d326c68ee2c9d2555" } ,{ "testCaseDescription": "go-int-literals-delete-replacement-test", @@ -318,7 +318,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "756d94e3b7eed216739b9aa3af8375614979fbc3..c86e0501cb976cd1cbfad99adc20b1647cedca39" + "shas": "2cd9ea7ca3a16e6881e6a80d326c68ee2c9d2555..955174791374bd860dbe02adb5f98a9e5e5fc57a" } ,{ "testCaseDescription": "go-int-literals-delete-insert-test", @@ -378,7 +378,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "c86e0501cb976cd1cbfad99adc20b1647cedca39..744c0f81f7e8d39ff4eecefb58d4301afc4d53bd" + "shas": "955174791374bd860dbe02adb5f98a9e5e5fc57a..085ebad5923a61ee890434776d153139fa1cf6f0" } ,{ "testCaseDescription": "go-int-literals-teardown-test", @@ -420,5 +420,5 @@ "-}" ], "gitDir": "test/corpus/repos/go", - "shas": "744c0f81f7e8d39ff4eecefb58d4301afc4d53bd..b13b8100361e4845134ab1389ca092165ab8c6d4" + "shas": "085ebad5923a61ee890434776d153139fa1cf6f0..6709f7ea3a7eb4c8df561158382d51f0b8476ece" }] diff --git a/test/corpus/diff-summaries/go/interface-types.json b/test/corpus/diff-summaries/go/interface-types.json index bcc0b16b9..efba16e9b 100644 --- a/test/corpus/diff-summaries/go/interface-types.json +++ b/test/corpus/diff-summaries/go/interface-types.json @@ -38,7 +38,7 @@ "+}" ], "gitDir": "test/corpus/repos/go", - "shas": "e31aed12d985768b96c2eca1d65a0314abc6309f..f10cbee9d6bb687b23ea61686708f2d8b4284c0d" + "shas": "c1c7e11ebe95f2229ba2fd191c16389ef933cbf9..f1fb0af6804d6350508bfeec75df73a58310382e" } ,{ "testCaseDescription": "go-interface-types-insert-test", @@ -117,7 +117,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "f10cbee9d6bb687b23ea61686708f2d8b4284c0d..4f2b5604b0b8d281d9b4763b7997424f0df902d5" + "shas": "f1fb0af6804d6350508bfeec75df73a58310382e..388ea45db17e0e3f348184a4b2c9b6fec5563251" } ,{ "testCaseDescription": "go-interface-types-replacement-test", @@ -232,7 +232,7 @@ " SomeMethod(s string) error" ], "gitDir": "test/corpus/repos/go", - "shas": "4f2b5604b0b8d281d9b4763b7997424f0df902d5..fe0f73674cffea7569cc0732348a363b4d62fc4b" + "shas": "388ea45db17e0e3f348184a4b2c9b6fec5563251..2bae76fce7ca929aa9af19797883f110de146f7b" } ,{ "testCaseDescription": "go-interface-types-delete-replacement-test", @@ -347,7 +347,7 @@ " SomeMethod(s string) error" ], "gitDir": "test/corpus/repos/go", - "shas": "fe0f73674cffea7569cc0732348a363b4d62fc4b..75101c7b8449e71e40bf6ec178347e82d6ec0789" + "shas": "2bae76fce7ca929aa9af19797883f110de146f7b..cde3d6431583246a11b02d317cdd0a9e380cf3b6" } ,{ "testCaseDescription": "go-interface-types-delete-insert-test", @@ -426,7 +426,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "75101c7b8449e71e40bf6ec178347e82d6ec0789..9be80ea4f1de90beb0e809d9c396be0b4d702187" + "shas": "cde3d6431583246a11b02d317cdd0a9e380cf3b6..e47cdad5f46156c97dbcb7cf59b5dd9bd5e2f3c6" } ,{ "testCaseDescription": "go-interface-types-teardown-test", @@ -468,5 +468,5 @@ "-}" ], "gitDir": "test/corpus/repos/go", - "shas": "9be80ea4f1de90beb0e809d9c396be0b4d702187..3d0062128134e492bb4a5b4371c0152ff6cc9ad8" + "shas": "e47cdad5f46156c97dbcb7cf59b5dd9bd5e2f3c6..63db6392b2942d26f58a8ecc2063792bdb84dd2f" }] diff --git a/test/corpus/diff-summaries/go/label-statements.json b/test/corpus/diff-summaries/go/label-statements.json index d3274a8e0..3b0b3e458 100644 --- a/test/corpus/diff-summaries/go/label-statements.json +++ b/test/corpus/diff-summaries/go/label-statements.json @@ -38,7 +38,7 @@ "+}" ], "gitDir": "test/corpus/repos/go", - "shas": "9894aaf44f2b1a1dd39f5df9278a1daef5bb3a4e..26eb1e7ed38829ca58269a81c84f0837e42993b1" + "shas": "6097f0ef5c25ba53a977e9665fd4c07bca9a1025..75c51e021d221ece65caa7f51b31945424f01cc5" } ,{ "testCaseDescription": "go-label-statements-insert-test", @@ -83,7 +83,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "26eb1e7ed38829ca58269a81c84f0837e42993b1..91bb179de454b18b67bfce015bf34c4fc02509ad" + "shas": "75c51e021d221ece65caa7f51b31945424f01cc5..3c3ded35d45dae2f0047f54952e9457803f3ab8e" } ,{ "testCaseDescription": "go-label-statements-replacement-test", @@ -139,7 +139,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "91bb179de454b18b67bfce015bf34c4fc02509ad..6f2174c6af01f71c079b81e17f8d248482329532" + "shas": "3c3ded35d45dae2f0047f54952e9457803f3ab8e..c6c132b0fdc02836eeca35ae35a3e67f480fd519" } ,{ "testCaseDescription": "go-label-statements-delete-replacement-test", @@ -195,7 +195,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "6f2174c6af01f71c079b81e17f8d248482329532..805718eedd8b95e082f9caf57c8f8a4f5cb9ac27" + "shas": "c6c132b0fdc02836eeca35ae35a3e67f480fd519..82c9a556e8a45f6eda70487175eb3d3de6499487" } ,{ "testCaseDescription": "go-label-statements-delete-insert-test", @@ -240,7 +240,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "805718eedd8b95e082f9caf57c8f8a4f5cb9ac27..375146527f7c83415ac1534c1bc768274bf8228d" + "shas": "82c9a556e8a45f6eda70487175eb3d3de6499487..551858b7217db21548c738031133301fbc903f44" } ,{ "testCaseDescription": "go-label-statements-teardown-test", @@ -282,5 +282,5 @@ "-}" ], "gitDir": "test/corpus/repos/go", - "shas": "375146527f7c83415ac1534c1bc768274bf8228d..d8edc4cf7408e2f6ea172df25ad82047f232c00a" + "shas": "551858b7217db21548c738031133301fbc903f44..31ab4fe67859113371228128496c716137bf0848" }] diff --git a/test/corpus/diff-summaries/go/map-literals.json b/test/corpus/diff-summaries/go/map-literals.json index 78ae3865d..c02675461 100644 --- a/test/corpus/diff-summaries/go/map-literals.json +++ b/test/corpus/diff-summaries/go/map-literals.json @@ -38,7 +38,7 @@ "+}" ], "gitDir": "test/corpus/repos/go", - "shas": "54554374536fea1be1d769538f910668ca4d278a..ca754db0efb2ef245253723ce04a4a9b50b391f9" + "shas": "cab660acd54f2f46e36d22fcbfa612d8129347da..c4a19005aa96dbea7b91646072c66e39b0e1bc82" } ,{ "testCaseDescription": "go-map-literals-insert-test", @@ -84,7 +84,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "ca754db0efb2ef245253723ce04a4a9b50b391f9..c41abe5d52b18ba1627b350a25f37d6a8cc48d02" + "shas": "c4a19005aa96dbea7b91646072c66e39b0e1bc82..c5880e4530cf7f0803c84c41f7e998afc7fb97e3" } ,{ "testCaseDescription": "go-map-literals-replacement-test", @@ -231,7 +231,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "c41abe5d52b18ba1627b350a25f37d6a8cc48d02..3f08c6a0eda14833829b672e3772caebf829fde2" + "shas": "c5880e4530cf7f0803c84c41f7e998afc7fb97e3..5df3fc908ea5452c6061c51ff9debd46596f85cd" } ,{ "testCaseDescription": "go-map-literals-delete-replacement-test", @@ -399,7 +399,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "3f08c6a0eda14833829b672e3772caebf829fde2..0fa2b6a0fd3b0109916c56f266eb1fc38c43ef99" + "shas": "5df3fc908ea5452c6061c51ff9debd46596f85cd..5497decc84ae38129c7d19f24814d70ced6fccf7" } ,{ "testCaseDescription": "go-map-literals-delete-insert-test", @@ -445,7 +445,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "0fa2b6a0fd3b0109916c56f266eb1fc38c43ef99..37e70a28b10cc836da8f8c1d3d9a820dcc51d565" + "shas": "5497decc84ae38129c7d19f24814d70ced6fccf7..2101c73f9c711b94c56b8eb8274ade9eb2fb4287" } ,{ "testCaseDescription": "go-map-literals-teardown-test", @@ -487,5 +487,5 @@ "-}" ], "gitDir": "test/corpus/repos/go", - "shas": "37e70a28b10cc836da8f8c1d3d9a820dcc51d565..b55addafe1b792379eb072bba90e24b99a1840d9" + "shas": "2101c73f9c711b94c56b8eb8274ade9eb2fb4287..6e5cb5bf929141191cac5b763446692bc7507f50" }] diff --git a/test/corpus/diff-summaries/go/map-types.json b/test/corpus/diff-summaries/go/map-types.json index ce1b34f1d..0f2628454 100644 --- a/test/corpus/diff-summaries/go/map-types.json +++ b/test/corpus/diff-summaries/go/map-types.json @@ -38,7 +38,7 @@ "+}" ], "gitDir": "test/corpus/repos/go", - "shas": "3d0062128134e492bb4a5b4371c0152ff6cc9ad8..ec5657d19d42e67b21f2ef98d5ee1f944c5d24dc" + "shas": "63db6392b2942d26f58a8ecc2063792bdb84dd2f..f592a04477c013bbd1f998a06a9f2db03f5d1859" } ,{ "testCaseDescription": "go-map-types-insert-test", @@ -81,7 +81,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "ec5657d19d42e67b21f2ef98d5ee1f944c5d24dc..3d31e375685be63d1e4c0f3ced3951e9ab1195ab" + "shas": "f592a04477c013bbd1f998a06a9f2db03f5d1859..6e94fe060b8e4b22eb819f97e1faeabc7b17e6d1" } ,{ "testCaseDescription": "go-map-types-replacement-test", @@ -136,7 +136,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "3d31e375685be63d1e4c0f3ced3951e9ab1195ab..2a069110400e9bb0e537aceab0b4eecf654bbc89" + "shas": "6e94fe060b8e4b22eb819f97e1faeabc7b17e6d1..8273e6c7ee267e205fc1d2398b86eaeac242e676" } ,{ "testCaseDescription": "go-map-types-delete-replacement-test", @@ -191,7 +191,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "2a069110400e9bb0e537aceab0b4eecf654bbc89..39109f646e27dd481168d3c30118548ab79b46d4" + "shas": "8273e6c7ee267e205fc1d2398b86eaeac242e676..7f9edda441768722bb2336d7edb419259f3312f4" } ,{ "testCaseDescription": "go-map-types-delete-insert-test", @@ -234,7 +234,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "39109f646e27dd481168d3c30118548ab79b46d4..0eb88a171ad2ecfe08e413bba1637d227857c2bb" + "shas": "7f9edda441768722bb2336d7edb419259f3312f4..522af58975a2ac26700f3e8dc3d54cf3cd539223" } ,{ "testCaseDescription": "go-map-types-teardown-test", @@ -276,5 +276,5 @@ "-}" ], "gitDir": "test/corpus/repos/go", - "shas": "0eb88a171ad2ecfe08e413bba1637d227857c2bb..cecd3d3f0bed83aa9c6274ad5a84ff91b286d869" + "shas": "522af58975a2ac26700f3e8dc3d54cf3cd539223..a0c439df0c983d9296823d84a7f2b1d1a405a662" }] diff --git a/test/corpus/diff-summaries/go/method-declarations.json b/test/corpus/diff-summaries/go/method-declarations.json index 9139cb94d..c5c5058b1 100644 --- a/test/corpus/diff-summaries/go/method-declarations.json +++ b/test/corpus/diff-summaries/go/method-declarations.json @@ -38,7 +38,7 @@ "+" ], "gitDir": "test/corpus/repos/go", - "shas": "08349bf5d571aa7f202bb4680c98506c5e95f323..a836b1b0c0306688cbaf52d39bef7c3bc26660f5" + "shas": "054d45f482ab3e1979a15b46d03197de2c50dfee..c3079bc9aa457a7b41fd8fbc0e1ff9551836a6c0" } ,{ "testCaseDescription": "go-method-declarations-insert-test", @@ -140,7 +140,7 @@ "+func (self Person) Equals(other Person) bool {}" ], "gitDir": "test/corpus/repos/go", - "shas": "a836b1b0c0306688cbaf52d39bef7c3bc26660f5..fdd29e232579ca21a138b98a49cd8de15da82129" + "shas": "c3079bc9aa457a7b41fd8fbc0e1ff9551836a6c0..ebf16e6c886b2182b38f147dc26e494e217608ac" } ,{ "testCaseDescription": "go-method-declarations-replacement-test", @@ -221,7 +221,7 @@ "+func (self Num) Equals(other Num) bool {}" ], "gitDir": "test/corpus/repos/go", - "shas": "fdd29e232579ca21a138b98a49cd8de15da82129..acb368cf84594c19a9627c6f4a81c23341357755" + "shas": "ebf16e6c886b2182b38f147dc26e494e217608ac..25622699dbfab8c1cd682016668634346a65c7b4" } ,{ "testCaseDescription": "go-method-declarations-delete-replacement-test", @@ -302,7 +302,7 @@ "+func (self Person) Equals(other Person) bool {}" ], "gitDir": "test/corpus/repos/go", - "shas": "acb368cf84594c19a9627c6f4a81c23341357755..910787dea3bf209d2da35658f2628be93d656c07" + "shas": "25622699dbfab8c1cd682016668634346a65c7b4..9cbb81f74d943bc34b88e95501248c44c7dcd163" } ,{ "testCaseDescription": "go-method-declarations-delete-insert-test", @@ -404,7 +404,7 @@ "+" ], "gitDir": "test/corpus/repos/go", - "shas": "910787dea3bf209d2da35658f2628be93d656c07..7e911f937db0584765c1bbf3693e040bce6115e2" + "shas": "9cbb81f74d943bc34b88e95501248c44c7dcd163..48704462418c1af6049c0911fd74fc94b517bca7" } ,{ "testCaseDescription": "go-method-declarations-teardown-test", @@ -446,5 +446,5 @@ "-" ], "gitDir": "test/corpus/repos/go", - "shas": "7e911f937db0584765c1bbf3693e040bce6115e2..8a36349033d918277fe962d113040a59ca3e4719" + "shas": "48704462418c1af6049c0911fd74fc94b517bca7..c2c41d7aa0e0af2e5a202dbbf4ea0ad328746ae8" }] diff --git a/test/corpus/diff-summaries/go/modifying-struct-fields.json b/test/corpus/diff-summaries/go/modifying-struct-fields.json new file mode 100644 index 000000000..0221ffc33 --- /dev/null +++ b/test/corpus/diff-summaries/go/modifying-struct-fields.json @@ -0,0 +1,346 @@ +[{ + "testCaseDescription": "go-modifying-struct-fields-setup-test", + "expectedResult": { + "changes": { + "modifying-struct-fields.go": [ + { + "span": { + "insert": { + "start": [ + 1, + 1 + ], + "end": [ + 6, + 1 + ] + } + }, + "summary": "Added the 'main' module" + } + ] + }, + "errors": {} + }, + "filePaths": [ + "modifying-struct-fields.go" + ], + "patch": [ + "diff --git a/modifying-struct-fields.go b/modifying-struct-fields.go", + "index e69de29b..79058077 100644", + "--- a/modifying-struct-fields.go", + "+++ b/modifying-struct-fields.go", + "@@ -0,0 +1,5 @@", + "+package main", + "+", + "+func main() {", + "+", + "+}" + ], + "gitDir": "test/corpus/repos/go", + "shas": "cb1d3031a839fca7b0372b76cd3393de641da8c0..f59896024400c5876aeab9b715a00c10bcd547f7" +} +,{ + "testCaseDescription": "go-modifying-struct-fields-insert-test", + "expectedResult": { + "changes": { + "modifying-struct-fields.go": [ + { + "span": { + "insert": { + "start": [ + 4, + 1 + ], + "end": [ + 6, + 2 + ] + } + }, + "summary": "Added the 'ctx' var assignment in the main function of the 'main' module" + } + ] + }, + "errors": {} + }, + "filePaths": [ + "modifying-struct-fields.go" + ], + "patch": [ + "diff --git a/modifying-struct-fields.go b/modifying-struct-fields.go", + "index 79058077..8b8c10e6 100644", + "--- a/modifying-struct-fields.go", + "+++ b/modifying-struct-fields.go", + "@@ -1,5 +1,7 @@", + " package main", + " ", + " func main() {", + "-", + "+ctx := &uploadContext{", + "+ Remote: remote", + "+}", + " }" + ], + "gitDir": "test/corpus/repos/go", + "shas": "f59896024400c5876aeab9b715a00c10bcd547f7..9b2dfb2e1f8d175f88f5adbbeba3cb3ec7c93e4f" +} +,{ + "testCaseDescription": "go-modifying-struct-fields-replacement-test", + "expectedResult": { + "changes": { + "modifying-struct-fields.go": [ + { + "span": { + "replace": [ + { + "start": [ + 5, + 4 + ], + "end": [ + 5, + 10 + ] + }, + { + "start": [ + 5, + 4 + ], + "end": [ + 5, + 18 + ] + } + ] + }, + "summary": "Replaced the 'Remote' identifier with the 'trackedLocksMu' identifier in the ctx var assignment of the 'main' function" + }, + { + "span": { + "insert": { + "start": [ + 5, + 20 + ], + "end": [ + 5, + 35 + ] + } + }, + "summary": "Added the 'new(sync.Mutex)' function call in the ctx var assignment of the 'main' function" + }, + { + "span": { + "delete": { + "start": [ + 5, + 12 + ], + "end": [ + 5, + 18 + ] + } + }, + "summary": "Deleted the 'remote' identifier in the ctx var assignment of the 'main' function" + } + ] + }, + "errors": {} + }, + "filePaths": [ + "modifying-struct-fields.go" + ], + "patch": [ + "diff --git a/modifying-struct-fields.go b/modifying-struct-fields.go", + "index 8b8c10e6..e16cd243 100644", + "--- a/modifying-struct-fields.go", + "+++ b/modifying-struct-fields.go", + "@@ -2,6 +2,6 @@ package main", + " ", + " func main() {", + " ctx := &uploadContext{", + "- Remote: remote", + "+ trackedLocksMu: new(sync.Mutex)", + " }", + " }" + ], + "gitDir": "test/corpus/repos/go", + "shas": "9b2dfb2e1f8d175f88f5adbbeba3cb3ec7c93e4f..f7f2e017ea220a8e76850e81567f9b7e159cf00f" +} +,{ + "testCaseDescription": "go-modifying-struct-fields-delete-replacement-test", + "expectedResult": { + "changes": { + "modifying-struct-fields.go": [ + { + "span": { + "replace": [ + { + "start": [ + 5, + 4 + ], + "end": [ + 5, + 18 + ] + }, + { + "start": [ + 5, + 4 + ], + "end": [ + 5, + 10 + ] + } + ] + }, + "summary": "Replaced the 'trackedLocksMu' identifier with the 'Remote' identifier in the ctx var assignment of the 'main' function" + }, + { + "span": { + "insert": { + "start": [ + 5, + 12 + ], + "end": [ + 5, + 18 + ] + } + }, + "summary": "Added the 'remote' identifier in the ctx var assignment of the 'main' function" + }, + { + "span": { + "delete": { + "start": [ + 5, + 20 + ], + "end": [ + 5, + 35 + ] + } + }, + "summary": "Deleted the 'new(sync.Mutex)' function call in the ctx var assignment of the 'main' function" + } + ] + }, + "errors": {} + }, + "filePaths": [ + "modifying-struct-fields.go" + ], + "patch": [ + "diff --git a/modifying-struct-fields.go b/modifying-struct-fields.go", + "index e16cd243..8b8c10e6 100644", + "--- a/modifying-struct-fields.go", + "+++ b/modifying-struct-fields.go", + "@@ -2,6 +2,6 @@ package main", + " ", + " func main() {", + " ctx := &uploadContext{", + "- trackedLocksMu: new(sync.Mutex)", + "+ Remote: remote", + " }", + " }" + ], + "gitDir": "test/corpus/repos/go", + "shas": "f7f2e017ea220a8e76850e81567f9b7e159cf00f..a4c28470d2652dba5eaae2a85d98439f6fc45acf" +} +,{ + "testCaseDescription": "go-modifying-struct-fields-delete-insert-test", + "expectedResult": { + "changes": { + "modifying-struct-fields.go": [ + { + "span": { + "delete": { + "start": [ + 4, + 1 + ], + "end": [ + 6, + 2 + ] + } + }, + "summary": "Deleted the 'ctx' var assignment in the main function of the 'main' module" + } + ] + }, + "errors": {} + }, + "filePaths": [ + "modifying-struct-fields.go" + ], + "patch": [ + "diff --git a/modifying-struct-fields.go b/modifying-struct-fields.go", + "index 8b8c10e6..79058077 100644", + "--- a/modifying-struct-fields.go", + "+++ b/modifying-struct-fields.go", + "@@ -1,7 +1,5 @@", + " package main", + " ", + " func main() {", + "-ctx := &uploadContext{", + "- Remote: remote", + "-}", + "+", + " }" + ], + "gitDir": "test/corpus/repos/go", + "shas": "a4c28470d2652dba5eaae2a85d98439f6fc45acf..71be35001981fc1e7097a216831df4c7278b5c0b" +} +,{ + "testCaseDescription": "go-modifying-struct-fields-teardown-test", + "expectedResult": { + "changes": { + "modifying-struct-fields.go": [ + { + "span": { + "delete": { + "start": [ + 1, + 1 + ], + "end": [ + 6, + 1 + ] + } + }, + "summary": "Deleted the 'main' module" + } + ] + }, + "errors": {} + }, + "filePaths": [ + "modifying-struct-fields.go" + ], + "patch": [ + "diff --git a/modifying-struct-fields.go b/modifying-struct-fields.go", + "index 79058077..e69de29b 100644", + "--- a/modifying-struct-fields.go", + "+++ b/modifying-struct-fields.go", + "@@ -1,5 +0,0 @@", + "-package main", + "-", + "-func main() {", + "-", + "-}" + ], + "gitDir": "test/corpus/repos/go", + "shas": "71be35001981fc1e7097a216831df4c7278b5c0b..123a2086698184c3a0e6f7eebd222c9273448df9" +}] diff --git a/test/corpus/diff-summaries/go/parameter-declarations-with-types.json b/test/corpus/diff-summaries/go/parameter-declarations-with-types.json index 7f5f022d3..b844eca76 100644 --- a/test/corpus/diff-summaries/go/parameter-declarations-with-types.json +++ b/test/corpus/diff-summaries/go/parameter-declarations-with-types.json @@ -39,7 +39,7 @@ "+" ], "gitDir": "test/corpus/repos/go", - "shas": "ef74e35a5664013a73ab5fbfaa81601353fa7a90..b6988068db8e6be84192960abbd8fad60c31faf8" + "shas": "e1ac162e2cb727179f5bf7faa0b94c8e662ed082..de09ab8a3adf3ec590ed40cf24b61d46138f4d4c" } ,{ "testCaseDescription": "go-parameter-declarations-with-types-insert-test", @@ -82,7 +82,7 @@ "+}" ], "gitDir": "test/corpus/repos/go", - "shas": "b6988068db8e6be84192960abbd8fad60c31faf8..a102eaea85b36ae4d7a27d8b9bc918e25a61fd37" + "shas": "de09ab8a3adf3ec590ed40cf24b61d46138f4d4c..2a62888f877d2cb4015097bc09b94f5d18dbc446" } ,{ "testCaseDescription": "go-parameter-declarations-with-types-replacement-test", @@ -218,7 +218,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "a102eaea85b36ae4d7a27d8b9bc918e25a61fd37..2eca72bcc9e126b724299cc73040e325dcf54333" + "shas": "2a62888f877d2cb4015097bc09b94f5d18dbc446..114cd6795fd1409400a5777167dbef7eb6f68744" } ,{ "testCaseDescription": "go-parameter-declarations-with-types-delete-replacement-test", @@ -303,7 +303,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "2eca72bcc9e126b724299cc73040e325dcf54333..3bc24dd4d6598fa44e8f5bcbc0ba771d8b315b61" + "shas": "114cd6795fd1409400a5777167dbef7eb6f68744..5cfccdece84c2ae71e74042f2dc3bb8f88221721" } ,{ "testCaseDescription": "go-parameter-declarations-with-types-delete-insert-test", @@ -346,7 +346,7 @@ "+" ], "gitDir": "test/corpus/repos/go", - "shas": "3bc24dd4d6598fa44e8f5bcbc0ba771d8b315b61..79bebd4c9b47831177dfa05d1ae9b601b9e9310e" + "shas": "5cfccdece84c2ae71e74042f2dc3bb8f88221721..2eab1120f85f65f4082e86626f51abfc5aaa98f1" } ,{ "testCaseDescription": "go-parameter-declarations-with-types-teardown-test", @@ -389,5 +389,5 @@ "-" ], "gitDir": "test/corpus/repos/go", - "shas": "79bebd4c9b47831177dfa05d1ae9b601b9e9310e..8166afaa517adbd296002aaa49b9130746c8dd55" + "shas": "2eab1120f85f65f4082e86626f51abfc5aaa98f1..bb4431a0859cff6e509bef703f7031001f4bd1c4" }] diff --git a/test/corpus/diff-summaries/go/pointer-types.json b/test/corpus/diff-summaries/go/pointer-types.json index 564210699..68bfe99f9 100644 --- a/test/corpus/diff-summaries/go/pointer-types.json +++ b/test/corpus/diff-summaries/go/pointer-types.json @@ -38,7 +38,7 @@ "+}" ], "gitDir": "test/corpus/repos/go", - "shas": "cecd3d3f0bed83aa9c6274ad5a84ff91b286d869..e66857d1a0a083b0e3ee068504218f72dfeafea7" + "shas": "a0c439df0c983d9296823d84a7f2b1d1a405a662..3431061f52dfaf6630b595c84745debf74a1fdab" } ,{ "testCaseDescription": "go-pointer-types-insert-test", @@ -99,7 +99,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "e66857d1a0a083b0e3ee068504218f72dfeafea7..0595482d245075e1e1e1d5e5f1edc44a925c7f99" + "shas": "3431061f52dfaf6630b595c84745debf74a1fdab..43c88bda5c934c102f6593cfa9857aa8556f49bd" } ,{ "testCaseDescription": "go-pointer-types-replacement-test", @@ -184,7 +184,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "0595482d245075e1e1e1d5e5f1edc44a925c7f99..201427c7f61d315fb216f38faf1ec4acbb52c33a" + "shas": "43c88bda5c934c102f6593cfa9857aa8556f49bd..e9da7c37b7eb757de939adecd3a430f233b76760" } ,{ "testCaseDescription": "go-pointer-types-delete-replacement-test", @@ -269,7 +269,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "201427c7f61d315fb216f38faf1ec4acbb52c33a..35709035569fac552f16a620a53dadb6c925f6a3" + "shas": "e9da7c37b7eb757de939adecd3a430f233b76760..01c78e60cbf24487f80f20947e24b29daec7a40a" } ,{ "testCaseDescription": "go-pointer-types-delete-insert-test", @@ -330,7 +330,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "35709035569fac552f16a620a53dadb6c925f6a3..21a17d39f359f0faed1c0637e29f37277fb71284" + "shas": "01c78e60cbf24487f80f20947e24b29daec7a40a..8b8d8222204bcf9d764be8b6dfceeecc6991b199" } ,{ "testCaseDescription": "go-pointer-types-teardown-test", @@ -372,5 +372,5 @@ "-}" ], "gitDir": "test/corpus/repos/go", - "shas": "21a17d39f359f0faed1c0637e29f37277fb71284..fcbb30de8973ff8fde22e74cc79eecfdb888be8d" + "shas": "8b8d8222204bcf9d764be8b6dfceeecc6991b199..d0c8106e183d0266b40be41add2a2583b04c744b" }] diff --git a/test/corpus/diff-summaries/go/qualified-types.json b/test/corpus/diff-summaries/go/qualified-types.json index 73f0ff798..9aaf9493a 100644 --- a/test/corpus/diff-summaries/go/qualified-types.json +++ b/test/corpus/diff-summaries/go/qualified-types.json @@ -38,7 +38,7 @@ "+}" ], "gitDir": "test/corpus/repos/go", - "shas": "41b56bcebc45774351cc1eb9012c427234785585..6a91fe7a66093f0c2c4a3cfdce883260da8af1a7" + "shas": "7546e223969dbbf205febf0cbbe5a0e5ad7a4895..dadfee58c257a89e31d1dc0f6d3fa47395e0d4e2" } ,{ "testCaseDescription": "go-qualified-types-insert-test", @@ -81,7 +81,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "6a91fe7a66093f0c2c4a3cfdce883260da8af1a7..0f1aa9738740cf34e435c2265f4f18f06c388112" + "shas": "dadfee58c257a89e31d1dc0f6d3fa47395e0d4e2..b9ece685353365c46ebfcfba6f4e9abbc039abd8" } ,{ "testCaseDescription": "go-qualified-types-replacement-test", @@ -163,7 +163,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "0f1aa9738740cf34e435c2265f4f18f06c388112..8f62f7ddcc5cf296c04e160d624118d48e3812ed" + "shas": "b9ece685353365c46ebfcfba6f4e9abbc039abd8..720fe135f4b75af286197198d4f039e414a8f612" } ,{ "testCaseDescription": "go-qualified-types-delete-replacement-test", @@ -245,7 +245,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "8f62f7ddcc5cf296c04e160d624118d48e3812ed..67e7074d2dd54783d34a4c00776a3b24a9953b88" + "shas": "720fe135f4b75af286197198d4f039e414a8f612..a3304eb422c75354bc0314236446533913a734df" } ,{ "testCaseDescription": "go-qualified-types-delete-insert-test", @@ -288,7 +288,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "67e7074d2dd54783d34a4c00776a3b24a9953b88..9f6b3401a30bc5d24251eb6c808feaa9317272e7" + "shas": "a3304eb422c75354bc0314236446533913a734df..8d7b3a9e0f51705447a0dc82c73b16032fff760a" } ,{ "testCaseDescription": "go-qualified-types-teardown-test", @@ -330,5 +330,5 @@ "-}" ], "gitDir": "test/corpus/repos/go", - "shas": "9f6b3401a30bc5d24251eb6c808feaa9317272e7..23e7a6fe4e6d10beae8d8a90d1a45b1032a363f3" + "shas": "8d7b3a9e0f51705447a0dc82c73b16032fff760a..ba05626ca2dc1a149b72c9c35901434fd0346ac2" }] diff --git a/test/corpus/diff-summaries/go/rune-literals.json b/test/corpus/diff-summaries/go/rune-literals.json index fd0fa8f0b..1991c53c9 100644 --- a/test/corpus/diff-summaries/go/rune-literals.json +++ b/test/corpus/diff-summaries/go/rune-literals.json @@ -35,7 +35,7 @@ "+" ], "gitDir": "test/corpus/repos/go", - "shas": "296a79280a372cb521b3294615899849095e72e4..1ace3b23c8913dc6196992acaeacd5c4ba44c5db" + "shas": "4ad24c7c0759cfce3416df9088ba128facb9980e..f87b743fe6de37cb0b149bd74a1a88dfc60c9fe6" } ,{ "testCaseDescription": "go-rune-literals-insert-test", @@ -126,11 +126,56 @@ ], "end": [ 8, - 10 + 4 ] } }, - "summary": "Added the 'f' var assignment in the main module" + "summary": "Added the 'f' identifier in the main module" + }, + { + "span": { + "insert": { + "start": [ + 8, + 7 + ], + "end": [ + 8, + 9 + ] + } + }, + "summary": "Added the ''⌘' error in the main module" + }, + { + "span": { + "insert": { + "start": [ + 8, + 9 + ], + "end": [ + 8, + 13 + ] + } + }, + "summary": "Added the 'jjjj' identifier in the main module" + }, + { + "span": { + "insert": { + "start": [ + 8, + 13 + ], + "end": [ + 9, + 1 + ] + } + }, + "summary": "Added the ''\n' error in the main module" } ] }, @@ -141,7 +186,7 @@ ], "patch": [ "diff --git a/rune-literals.go b/rune-literals.go", - "index c9ecbf5e..e97de4c1 100644", + "index c9ecbf5e..7d2b6610 100644", "--- a/rune-literals.go", "+++ b/rune-literals.go", "@@ -1,2 +1,9 @@", @@ -153,11 +198,11 @@ "+ c = '⌘'", "+ d = '⌘'", "+ e = '⌘'", - "+ f = '⌘'", + "+ f = '⌘jjjj'", "+)" ], "gitDir": "test/corpus/repos/go", - "shas": "1ace3b23c8913dc6196992acaeacd5c4ba44c5db..d52d52b6d220efc984ddf1314194516164db6f8c" + "shas": "f87b743fe6de37cb0b149bd74a1a88dfc60c9fe6..4ae78d5d637087b6931292f502b805f51d95664f" } ,{ "testCaseDescription": "go-rune-literals-replacement-test", @@ -301,30 +346,78 @@ }, { "span": { - "replace": [ - { - "start": [ - 8, - 7 - ], - "end": [ - 8, - 10 - ] - }, - { - "start": [ - 8, - 7 - ], - "end": [ - 8, - 10 - ] - } - ] + "insert": { + "start": [ + 8, + 3 + ], + "end": [ + 8, + 10 + ] + } }, - "summary": "Replaced the ''⌘'' rune literal with the ''©'' rune literal in the f var assignment of the 'main' module" + "summary": "Added the 'f' var assignment in the main module" + }, + { + "span": { + "delete": { + "start": [ + 8, + 3 + ], + "end": [ + 8, + 4 + ] + } + }, + "summary": "Deleted the 'f' identifier in the main module" + }, + { + "span": { + "delete": { + "start": [ + 8, + 7 + ], + "end": [ + 8, + 9 + ] + } + }, + "summary": "Deleted the ''⌘' error in the main module" + }, + { + "span": { + "delete": { + "start": [ + 8, + 9 + ], + "end": [ + 8, + 13 + ] + } + }, + "summary": "Deleted the 'jjjj' identifier in the main module" + }, + { + "span": { + "delete": { + "start": [ + 8, + 13 + ], + "end": [ + 9, + 1 + ] + } + }, + "summary": "Deleted the ''\n' error in the main module" } ] }, @@ -335,7 +428,7 @@ ], "patch": [ "diff --git a/rune-literals.go b/rune-literals.go", - "index e97de4c1..346d5d96 100644", + "index 7d2b6610..346d5d96 100644", "--- a/rune-literals.go", "+++ b/rune-literals.go", "@@ -1,9 +1,9 @@", @@ -346,7 +439,7 @@ "- c = '⌘'", "- d = '⌘'", "- e = '⌘'", - "- f = '⌘'", + "- f = '⌘jjjj'", "+ a = '©'", "+ b = '©'", "+ c = '©'", @@ -356,7 +449,7 @@ " )" ], "gitDir": "test/corpus/repos/go", - "shas": "d52d52b6d220efc984ddf1314194516164db6f8c..6837519f61136939dc1cf9e2e698a2dc2f93ca85" + "shas": "4ae78d5d637087b6931292f502b805f51d95664f..a66bb1fe1b52ab4322ab774e0d6512ac556bdfa1" } ,{ "testCaseDescription": "go-rune-literals-delete-replacement-test", @@ -500,30 +593,78 @@ }, { "span": { - "replace": [ - { - "start": [ - 8, - 7 - ], - "end": [ - 8, - 10 - ] - }, - { - "start": [ - 8, - 7 - ], - "end": [ - 8, - 10 - ] - } - ] + "insert": { + "start": [ + 8, + 3 + ], + "end": [ + 8, + 4 + ] + } }, - "summary": "Replaced the ''©'' rune literal with the ''⌘'' rune literal in the f var assignment of the 'main' module" + "summary": "Added the 'f' identifier in the main module" + }, + { + "span": { + "insert": { + "start": [ + 8, + 7 + ], + "end": [ + 8, + 9 + ] + } + }, + "summary": "Added the ''⌘' error in the main module" + }, + { + "span": { + "insert": { + "start": [ + 8, + 9 + ], + "end": [ + 8, + 13 + ] + } + }, + "summary": "Added the 'jjjj' identifier in the main module" + }, + { + "span": { + "insert": { + "start": [ + 8, + 13 + ], + "end": [ + 9, + 1 + ] + } + }, + "summary": "Added the ''\n' error in the main module" + }, + { + "span": { + "delete": { + "start": [ + 8, + 3 + ], + "end": [ + 8, + 10 + ] + } + }, + "summary": "Deleted the 'f' var assignment in the main module" } ] }, @@ -534,7 +675,7 @@ ], "patch": [ "diff --git a/rune-literals.go b/rune-literals.go", - "index 346d5d96..e97de4c1 100644", + "index 346d5d96..7d2b6610 100644", "--- a/rune-literals.go", "+++ b/rune-literals.go", "@@ -1,9 +1,9 @@", @@ -551,11 +692,11 @@ "+ c = '⌘'", "+ d = '⌘'", "+ e = '⌘'", - "+ f = '⌘'", + "+ f = '⌘jjjj'", " )" ], "gitDir": "test/corpus/repos/go", - "shas": "6837519f61136939dc1cf9e2e698a2dc2f93ca85..7eb278e0e7c5fe1de647734a78a67edf4866603b" + "shas": "a66bb1fe1b52ab4322ab774e0d6512ac556bdfa1..cf8654def7f684474c9e6f0801217acbd4c5a846" } ,{ "testCaseDescription": "go-rune-literals-delete-insert-test", @@ -646,11 +787,56 @@ ], "end": [ 8, - 10 + 4 ] } }, - "summary": "Deleted the 'f' var assignment in the main module" + "summary": "Deleted the 'f' identifier in the main module" + }, + { + "span": { + "delete": { + "start": [ + 8, + 7 + ], + "end": [ + 8, + 9 + ] + } + }, + "summary": "Deleted the ''⌘' error in the main module" + }, + { + "span": { + "delete": { + "start": [ + 8, + 9 + ], + "end": [ + 8, + 13 + ] + } + }, + "summary": "Deleted the 'jjjj' identifier in the main module" + }, + { + "span": { + "delete": { + "start": [ + 8, + 13 + ], + "end": [ + 9, + 1 + ] + } + }, + "summary": "Deleted the ''\n' error in the main module" } ] }, @@ -661,7 +847,7 @@ ], "patch": [ "diff --git a/rune-literals.go b/rune-literals.go", - "index e97de4c1..c9ecbf5e 100644", + "index 7d2b6610..c9ecbf5e 100644", "--- a/rune-literals.go", "+++ b/rune-literals.go", "@@ -1,9 +1,2 @@", @@ -672,12 +858,12 @@ "- c = '⌘'", "- d = '⌘'", "- e = '⌘'", - "- f = '⌘'", + "- f = '⌘jjjj'", "-)", "+" ], "gitDir": "test/corpus/repos/go", - "shas": "7eb278e0e7c5fe1de647734a78a67edf4866603b..8855725d372d44d7a70114711b8839bf3acbd5a5" + "shas": "cf8654def7f684474c9e6f0801217acbd4c5a846..acabb9bfee30bde265349695727d5b20eb80980e" } ,{ "testCaseDescription": "go-rune-literals-teardown-test", @@ -716,5 +902,5 @@ "-" ], "gitDir": "test/corpus/repos/go", - "shas": "8855725d372d44d7a70114711b8839bf3acbd5a5..9a89cf94db18f7f67803c1055434f48ee65d8cc6" + "shas": "acabb9bfee30bde265349695727d5b20eb80980e..afd867e6c76bceeb1cb04abe0908cd689f4e765e" }] diff --git a/test/corpus/diff-summaries/go/select-statements.json b/test/corpus/diff-summaries/go/select-statements.json index 0a3222d8d..ac253c287 100644 --- a/test/corpus/diff-summaries/go/select-statements.json +++ b/test/corpus/diff-summaries/go/select-statements.json @@ -38,7 +38,7 @@ "+}" ], "gitDir": "test/corpus/repos/go", - "shas": "37a5b9434c4cb8dc9a02da712f02e9a6d44c223b..bd735526c1ba619b1f1ceaa27e8d1952dfbcbaba" + "shas": "256269de815c523e6bd13c790a94e7ab1d280e1f..3d2bd60b8d52aa267035cb42575ac38e265a11c4" } ,{ "testCaseDescription": "go-select-statements-insert-test", @@ -90,7 +90,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "bd735526c1ba619b1f1ceaa27e8d1952dfbcbaba..16d9b031e1bd033ad8dee8f256158c9e55d09be9" + "shas": "3d2bd60b8d52aa267035cb42575ac38e265a11c4..7af9f656a77a28a82a94ea48adedf78b4b3800b3" } ,{ "testCaseDescription": "go-select-statements-replacement-test", @@ -207,7 +207,7 @@ " return" ], "gitDir": "test/corpus/repos/go", - "shas": "16d9b031e1bd033ad8dee8f256158c9e55d09be9..388cf4bfaf745715899721810848a1b69dab283a" + "shas": "7af9f656a77a28a82a94ea48adedf78b4b3800b3..085246b097bb3f75ff345898c895ea7a5f367f7f" } ,{ "testCaseDescription": "go-select-statements-delete-replacement-test", @@ -324,7 +324,7 @@ " return" ], "gitDir": "test/corpus/repos/go", - "shas": "388cf4bfaf745715899721810848a1b69dab283a..b325132fdb67e6f6a6957d0f47b53ae0451466bb" + "shas": "085246b097bb3f75ff345898c895ea7a5f367f7f..d960fcbe87e85d05b81af87a9cf4f61be948865c" } ,{ "testCaseDescription": "go-select-statements-delete-insert-test", @@ -376,7 +376,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "b325132fdb67e6f6a6957d0f47b53ae0451466bb..cfa9c1d71c7112558eba9e7cd56640f6bae94108" + "shas": "d960fcbe87e85d05b81af87a9cf4f61be948865c..0a9b9daffdf659c2867310e0f5ad7b30d2c4c77e" } ,{ "testCaseDescription": "go-select-statements-teardown-test", @@ -418,5 +418,5 @@ "-}" ], "gitDir": "test/corpus/repos/go", - "shas": "cfa9c1d71c7112558eba9e7cd56640f6bae94108..31d5c38fec253fcf9de204abac17930d4b944b58" + "shas": "0a9b9daffdf659c2867310e0f5ad7b30d2c4c77e..5d81800686e1584ca92ab3bc9b97c3b4c4a014af" }] diff --git a/test/corpus/diff-summaries/go/selector-expressions.json b/test/corpus/diff-summaries/go/selector-expressions.json index 81f971fdd..6e2c0d717 100644 --- a/test/corpus/diff-summaries/go/selector-expressions.json +++ b/test/corpus/diff-summaries/go/selector-expressions.json @@ -38,7 +38,7 @@ "+}" ], "gitDir": "test/corpus/repos/go", - "shas": "326e7ec102c20907c6f31337ed132a4ad9b9910d..9efaa0a8dc26e4d08c0be8bffd28cc83bebe923f" + "shas": "0c427a8f032c83b79308e49881a756a562e84789..0a4db4052402c02b59903ce43e136c6fd4f874e8" } ,{ "testCaseDescription": "go-selector-expressions-insert-test", @@ -81,7 +81,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "9efaa0a8dc26e4d08c0be8bffd28cc83bebe923f..1187667bc99f69b2d1731ebd57b29aa95c0831a6" + "shas": "0a4db4052402c02b59903ce43e136c6fd4f874e8..5b7362d2a6798347b629f3bd8208b5a4d36450b9" } ,{ "testCaseDescription": "go-selector-expressions-replacement-test", @@ -190,7 +190,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "1187667bc99f69b2d1731ebd57b29aa95c0831a6..838512a9b3b38888767a0532dcb09ce322a5c79a" + "shas": "5b7362d2a6798347b629f3bd8208b5a4d36450b9..8bd5ddd498e86191d38737819316195c578421c1" } ,{ "testCaseDescription": "go-selector-expressions-delete-replacement-test", @@ -299,7 +299,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "838512a9b3b38888767a0532dcb09ce322a5c79a..dc3885becfc34c1cd3f3b0b1b09c359c16d2b0f9" + "shas": "8bd5ddd498e86191d38737819316195c578421c1..84c0775e517d32b6775e503cf2819f6a93a365c1" } ,{ "testCaseDescription": "go-selector-expressions-delete-insert-test", @@ -342,7 +342,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "dc3885becfc34c1cd3f3b0b1b09c359c16d2b0f9..0cd56934562310cb12eb651b13f1fe0df2cfb177" + "shas": "84c0775e517d32b6775e503cf2819f6a93a365c1..19cd95260b98113cdaae440831dd756d519fa837" } ,{ "testCaseDescription": "go-selector-expressions-teardown-test", @@ -384,5 +384,5 @@ "-}" ], "gitDir": "test/corpus/repos/go", - "shas": "0cd56934562310cb12eb651b13f1fe0df2cfb177..e63783524f04f58e0ee0e76c3939b33c9a3357f6" + "shas": "19cd95260b98113cdaae440831dd756d519fa837..0247664c34d33fa74809a86157f1fa6b5b66b30d" }] diff --git a/test/corpus/diff-summaries/go/send-statements.json b/test/corpus/diff-summaries/go/send-statements.json index a92bbfa7c..c1d6bbcf4 100644 --- a/test/corpus/diff-summaries/go/send-statements.json +++ b/test/corpus/diff-summaries/go/send-statements.json @@ -38,7 +38,7 @@ "+}" ], "gitDir": "test/corpus/repos/go", - "shas": "50e7f267ecfcf43001e8faccca4169c7921a9e24..e0bc9167ce9f8bcd600964d97877a9290678a18e" + "shas": "1af1d4abe8a3eb4b325dd2e1785dad74f6bda406..0f5cad6558e67f65374c9b3c393ce54be6eb1c93" } ,{ "testCaseDescription": "go-send-statements-insert-test", @@ -81,7 +81,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "e0bc9167ce9f8bcd600964d97877a9290678a18e..716513e92d3cfbf7543382bc34f609c59d3e47be" + "shas": "0f5cad6558e67f65374c9b3c393ce54be6eb1c93..5b6bde625eb6661bedb9b93168d67f2a90815e96" } ,{ "testCaseDescription": "go-send-statements-replacement-test", @@ -163,7 +163,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "716513e92d3cfbf7543382bc34f609c59d3e47be..de36700a2865dce9b5c59f658acbc0c820ee25d8" + "shas": "5b6bde625eb6661bedb9b93168d67f2a90815e96..1c8dd9d1223ba7f75866584b76fdc9bb4ac99c7b" } ,{ "testCaseDescription": "go-send-statements-delete-replacement-test", @@ -245,7 +245,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "de36700a2865dce9b5c59f658acbc0c820ee25d8..a3978e0a1466306c3cf4e3d0a81a5435372833d7" + "shas": "1c8dd9d1223ba7f75866584b76fdc9bb4ac99c7b..06fbd6a1dddb756445f3d6cabed77fc52b2acb9f" } ,{ "testCaseDescription": "go-send-statements-delete-insert-test", @@ -288,7 +288,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "a3978e0a1466306c3cf4e3d0a81a5435372833d7..7adcde6a1e40497fe867375a82d8ec84c43ee956" + "shas": "06fbd6a1dddb756445f3d6cabed77fc52b2acb9f..d05acfe18363d619bb346246193d1f78130eb12d" } ,{ "testCaseDescription": "go-send-statements-teardown-test", @@ -330,5 +330,5 @@ "-}" ], "gitDir": "test/corpus/repos/go", - "shas": "7adcde6a1e40497fe867375a82d8ec84c43ee956..e13caf8f482898f919aef10a3673fd3c9a74185f" + "shas": "d05acfe18363d619bb346246193d1f78130eb12d..a2f03e658880e908738718d4660f14322e67fa86" }] diff --git a/test/corpus/diff-summaries/go/short-var-declarations.json b/test/corpus/diff-summaries/go/short-var-declarations.json index f69959db9..1ef625f02 100644 --- a/test/corpus/diff-summaries/go/short-var-declarations.json +++ b/test/corpus/diff-summaries/go/short-var-declarations.json @@ -38,7 +38,7 @@ "+}" ], "gitDir": "test/corpus/repos/go", - "shas": "35164423c9790e6d08f6210070936c12bdc6d495..304f3d098ecafcd2510051342d806bbf2582d19a" + "shas": "0e7b4a571d564014710d306e2fe922eab3a132f6..67c1ab5a00cd30bc969cff8079457088bd32f1f0" } ,{ "testCaseDescription": "go-short-var-declarations-insert-test", @@ -96,7 +96,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "304f3d098ecafcd2510051342d806bbf2582d19a..ce8156507c7b8d7ec113555f0d40e74cb30aca3b" + "shas": "67c1ab5a00cd30bc969cff8079457088bd32f1f0..d52b6498fd82ccdcaf0ad1ffa0ed22ed955f129c" } ,{ "testCaseDescription": "go-short-var-declarations-replacement-test", @@ -232,7 +232,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "ce8156507c7b8d7ec113555f0d40e74cb30aca3b..4cf18cb5bb0431510778697fc4a225bbd0a7870d" + "shas": "d52b6498fd82ccdcaf0ad1ffa0ed22ed955f129c..0d895e44e44a21ded5d2b673aba2d7c0ff3a38b2" } ,{ "testCaseDescription": "go-short-var-declarations-delete-replacement-test", @@ -368,7 +368,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "4cf18cb5bb0431510778697fc4a225bbd0a7870d..83a5e4cf17ea2e034e4ad70b4eb82f4d1f6c75a0" + "shas": "0d895e44e44a21ded5d2b673aba2d7c0ff3a38b2..a5b2c57e753a220cfb289ef17308b168091cfa84" } ,{ "testCaseDescription": "go-short-var-declarations-delete-insert-test", @@ -426,7 +426,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "83a5e4cf17ea2e034e4ad70b4eb82f4d1f6c75a0..2853cb4370180ef392d2a7a836371363d36be4fa" + "shas": "a5b2c57e753a220cfb289ef17308b168091cfa84..a351f016065b824a43f698f042740cc37ef49968" } ,{ "testCaseDescription": "go-short-var-declarations-teardown-test", @@ -468,5 +468,5 @@ "-}" ], "gitDir": "test/corpus/repos/go", - "shas": "2853cb4370180ef392d2a7a836371363d36be4fa..16a9bf3266ddc88a4e5b400eaf53780c80818151" + "shas": "a351f016065b824a43f698f042740cc37ef49968..4831542d669ac6521f2ff1c352041177bb637377" }] diff --git a/test/corpus/diff-summaries/go/single-import-declarations.json b/test/corpus/diff-summaries/go/single-import-declarations.json index 76bdb918b..8988cee7a 100644 --- a/test/corpus/diff-summaries/go/single-import-declarations.json +++ b/test/corpus/diff-summaries/go/single-import-declarations.json @@ -38,7 +38,7 @@ "+}" ], "gitDir": "test/corpus/repos/go", - "shas": "7b807d9d0a564f0a14f8d5877cf4e710e72ac7b6..5135c0ea66d8e16ae117093f6c6a49b8566ed0d1" + "shas": "0bdae5b448bcbbbef333b74adf04f8bce482fee6..5f3446e8055e252e8b84f6e5c89b045c088608cd" } ,{ "testCaseDescription": "go-single-import-declarations-insert-test", @@ -173,7 +173,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "5135c0ea66d8e16ae117093f6c6a49b8566ed0d1..796f93d1de768fcab0fde6aad457825c8dc3ae56" + "shas": "5f3446e8055e252e8b84f6e5c89b045c088608cd..cddaf8e4008315501af3ff9bb785b487ffd289e9" } ,{ "testCaseDescription": "go-single-import-declarations-replacement-test", @@ -286,7 +286,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "796f93d1de768fcab0fde6aad457825c8dc3ae56..aa4719ec10627b55f64dad815c352aec6933ef20" + "shas": "cddaf8e4008315501af3ff9bb785b487ffd289e9..a8fb08c96c80736e001c6e63ed7317419adbec71" } ,{ "testCaseDescription": "go-single-import-declarations-delete-replacement-test", @@ -399,7 +399,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "aa4719ec10627b55f64dad815c352aec6933ef20..431b538316489833fb187853990b41f3ea48d21c" + "shas": "a8fb08c96c80736e001c6e63ed7317419adbec71..70c25bbfefa25ad098d75fa6968dba21047e3a19" } ,{ "testCaseDescription": "go-single-import-declarations-delete-insert-test", @@ -534,7 +534,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "431b538316489833fb187853990b41f3ea48d21c..2bd39adc842f560c916a77ad7f8e0def31b43d61" + "shas": "70c25bbfefa25ad098d75fa6968dba21047e3a19..15a8473bc7c5c928f61349752f89687d183d1e47" } ,{ "testCaseDescription": "go-single-import-declarations-teardown-test", @@ -576,5 +576,5 @@ "-}" ], "gitDir": "test/corpus/repos/go", - "shas": "2bd39adc842f560c916a77ad7f8e0def31b43d61..c54e4036f2a2c2dbc50694871194c04c46282f72" + "shas": "15a8473bc7c5c928f61349752f89687d183d1e47..264843929480bc84bdcc0de2ad0b749bc1f7b78f" }] diff --git a/test/corpus/diff-summaries/go/single-line-function-declarations.json b/test/corpus/diff-summaries/go/single-line-function-declarations.json index c667555be..5ebe03df7 100644 --- a/test/corpus/diff-summaries/go/single-line-function-declarations.json +++ b/test/corpus/diff-summaries/go/single-line-function-declarations.json @@ -38,7 +38,7 @@ "+}" ], "gitDir": "test/corpus/repos/go", - "shas": "1550ddb002f97cfd9242bce040f19198ffed0d46..d99a39a7f8cdc98e49729b6ecdeb655705b0f96a" + "shas": "c86997a464ea8939db6c8d67490f3baf3970fd87..aab3d4ebd3619d558f8890fca13840e1dca2033b" } ,{ "testCaseDescription": "go-single-line-function-declarations-insert-test", @@ -188,7 +188,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "d99a39a7f8cdc98e49729b6ecdeb655705b0f96a..968300d467ca4efc45619782846657273d58c42e" + "shas": "aab3d4ebd3619d558f8890fca13840e1dca2033b..934d6c124c5f382040c547fccbd8cbe3ff165609" } ,{ "testCaseDescription": "go-single-line-function-declarations-replacement-test", @@ -304,7 +304,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "968300d467ca4efc45619782846657273d58c42e..f8b4ea24f97f020e4521b805168d34fcffe08906" + "shas": "934d6c124c5f382040c547fccbd8cbe3ff165609..fec6bb367e8c31e53847f62ecc3e7c831c1ced08" } ,{ "testCaseDescription": "go-single-line-function-declarations-delete-replacement-test", @@ -420,7 +420,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "f8b4ea24f97f020e4521b805168d34fcffe08906..8c206eeb34e047371349023af3e161e299200e98" + "shas": "fec6bb367e8c31e53847f62ecc3e7c831c1ced08..10c7d12e0b79a731c5e4b819d649aab304fee53e" } ,{ "testCaseDescription": "go-single-line-function-declarations-delete-insert-test", @@ -570,7 +570,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "8c206eeb34e047371349023af3e161e299200e98..e1d95fed4455623e7041cef022d50c6ef20d6490" + "shas": "10c7d12e0b79a731c5e4b819d649aab304fee53e..2d6d84ed7f7c26a90443efd1b4a5c5e1ea513aae" } ,{ "testCaseDescription": "go-single-line-function-declarations-teardown-test", @@ -612,5 +612,5 @@ "-}" ], "gitDir": "test/corpus/repos/go", - "shas": "e1d95fed4455623e7041cef022d50c6ef20d6490..ab4421d6d26b623b3d7429650788f4bd5962191d" + "shas": "2d6d84ed7f7c26a90443efd1b4a5c5e1ea513aae..98832f0c4e512d9c4fa607f6a834f8e30a6a4827" }] diff --git a/test/corpus/diff-summaries/go/slice-literals.json b/test/corpus/diff-summaries/go/slice-literals.json index f31c86632..46e0b88a8 100644 --- a/test/corpus/diff-summaries/go/slice-literals.json +++ b/test/corpus/diff-summaries/go/slice-literals.json @@ -38,7 +38,7 @@ "+}" ], "gitDir": "test/corpus/repos/go", - "shas": "0b615ffa0a658910c0c93d75b140f46b89047268..bdf09a27bb9f31b8379f28507c2be472eca19484" + "shas": "53965c51004100d348975329b92f12508432b31a..6d52dc86dd74c8b45105398c009be7a118fb3414" } ,{ "testCaseDescription": "go-slice-literals-insert-test", @@ -116,7 +116,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "bdf09a27bb9f31b8379f28507c2be472eca19484..10b0bcfb1ee36e0310a40dba4418da6990f3baee" + "shas": "6d52dc86dd74c8b45105398c009be7a118fb3414..b63d40d80489ba0533967f45749a1ead402d4acb" } ,{ "testCaseDescription": "go-slice-literals-replacement-test", @@ -260,7 +260,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "10b0bcfb1ee36e0310a40dba4418da6990f3baee..a2300031f58fac5cc6b18e557f59c59ed8577895" + "shas": "b63d40d80489ba0533967f45749a1ead402d4acb..fa789ac5dcb54fa82d1256295ff30f4057adea76" } ,{ "testCaseDescription": "go-slice-literals-delete-replacement-test", @@ -404,7 +404,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "a2300031f58fac5cc6b18e557f59c59ed8577895..089093d85f08cc9febe2e3b00fca0aa59096f40e" + "shas": "fa789ac5dcb54fa82d1256295ff30f4057adea76..9bddc9c80a539d77ed00719019fe25b23379ea3e" } ,{ "testCaseDescription": "go-slice-literals-delete-insert-test", @@ -482,7 +482,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "089093d85f08cc9febe2e3b00fca0aa59096f40e..9724fbc83092850790111f1ae8496b5dad4a0c3c" + "shas": "9bddc9c80a539d77ed00719019fe25b23379ea3e..b2573dc63fe0729caa94d0381babc0892ffd1eca" } ,{ "testCaseDescription": "go-slice-literals-teardown-test", @@ -524,5 +524,5 @@ "-}" ], "gitDir": "test/corpus/repos/go", - "shas": "9724fbc83092850790111f1ae8496b5dad4a0c3c..ae6af6edb16aca01c3cb00225a575e799b54ba73" + "shas": "b2573dc63fe0729caa94d0381babc0892ffd1eca..b15a0d0a43856a4166d357a09a8fd1acc9174e76" }] diff --git a/test/corpus/diff-summaries/go/slice-types.json b/test/corpus/diff-summaries/go/slice-types.json index d830bbe98..44561ce26 100644 --- a/test/corpus/diff-summaries/go/slice-types.json +++ b/test/corpus/diff-summaries/go/slice-types.json @@ -38,7 +38,7 @@ "+}" ], "gitDir": "test/corpus/repos/go", - "shas": "5d144f8dcc875799d9089517f93742fbee842500..718c6fcea4dcaf77649a539e915f0610d3c65bbf" + "shas": "727396e8cbfd7fbc1092d2b89fefd865e00d3d4b..1b7bf164ed2521cbfcf9a88b57b44eb9b8e3acce" } ,{ "testCaseDescription": "go-slice-types-insert-test", @@ -97,7 +97,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "718c6fcea4dcaf77649a539e915f0610d3c65bbf..a670fa615e88d632f427b67a9b8e2ed2d83ee923" + "shas": "1b7bf164ed2521cbfcf9a88b57b44eb9b8e3acce..4ac5af942917852b74e721c9885b7b054d38f4bd" } ,{ "testCaseDescription": "go-slice-types-replacement-test", @@ -187,7 +187,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "a670fa615e88d632f427b67a9b8e2ed2d83ee923..db533f48bf13a993c75b951e025ddcab27b979d9" + "shas": "4ac5af942917852b74e721c9885b7b054d38f4bd..95e4fe2dc867ac7c4f7fb3bff72473e27e663b54" } ,{ "testCaseDescription": "go-slice-types-delete-replacement-test", @@ -277,7 +277,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "db533f48bf13a993c75b951e025ddcab27b979d9..57ca3c7eeec364d53b96796301e6dc70c932f253" + "shas": "95e4fe2dc867ac7c4f7fb3bff72473e27e663b54..2d7db22769d8b3de668cca192967bb5df4dd02c2" } ,{ "testCaseDescription": "go-slice-types-delete-insert-test", @@ -336,7 +336,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "57ca3c7eeec364d53b96796301e6dc70c932f253..678dfb7587b6dd54d7bd822b40367efa2a874b55" + "shas": "2d7db22769d8b3de668cca192967bb5df4dd02c2..a41d8a09e9873e762cf8ec5971ca735869f161ad" } ,{ "testCaseDescription": "go-slice-types-teardown-test", @@ -378,5 +378,5 @@ "-}" ], "gitDir": "test/corpus/repos/go", - "shas": "678dfb7587b6dd54d7bd822b40367efa2a874b55..4151d3c8de2893fa4ffcd82888673051ea81bb3a" + "shas": "a41d8a09e9873e762cf8ec5971ca735869f161ad..f79ef4a4171ad3cac17369487c39186e4a3eefd1" }] diff --git a/test/corpus/diff-summaries/go/string-literals.json b/test/corpus/diff-summaries/go/string-literals.json index b5fb899ad..cf0042b23 100644 --- a/test/corpus/diff-summaries/go/string-literals.json +++ b/test/corpus/diff-summaries/go/string-literals.json @@ -38,7 +38,7 @@ "+}" ], "gitDir": "test/corpus/repos/go", - "shas": "b1b6a6d56cefd25802210e116bdd95d4f127cb12..5bed3e78bd328ebbed29b22c635c04c8c4eab5b5" + "shas": "f227431bf949e58da61bcc44f1ddae5cc83a3b2c..0a032f9db8c810172547b1deb3e6cec60550640e" } ,{ "testCaseDescription": "go-string-literals-insert-test", @@ -99,7 +99,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "5bed3e78bd328ebbed29b22c635c04c8c4eab5b5..8835ca3162f00668e2495e2f72f13894ceeac803" + "shas": "0a032f9db8c810172547b1deb3e6cec60550640e..73ee1971388e437e71b8c047c9c34dd3de5df640" } ,{ "testCaseDescription": "go-string-literals-replacement-test", @@ -184,7 +184,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "8835ca3162f00668e2495e2f72f13894ceeac803..da8a66e0decd307e52ca2a85b8a06dc1871f7a9f" + "shas": "73ee1971388e437e71b8c047c9c34dd3de5df640..a7d1818923238e8ecbe42ddb501346bf25cf90f5" } ,{ "testCaseDescription": "go-string-literals-delete-replacement-test", @@ -269,7 +269,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "da8a66e0decd307e52ca2a85b8a06dc1871f7a9f..e09adf553ad1406fd2b0f079f84f8ffdb1b3dbc5" + "shas": "a7d1818923238e8ecbe42ddb501346bf25cf90f5..87766184c5aca1bfc2b60434d9a3ac3ca976a323" } ,{ "testCaseDescription": "go-string-literals-delete-insert-test", @@ -330,7 +330,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "e09adf553ad1406fd2b0f079f84f8ffdb1b3dbc5..8ba273abc25e3e19cb2fae2ba4f035d4b0405f6a" + "shas": "87766184c5aca1bfc2b60434d9a3ac3ca976a323..e4e88dc35814a027c94c0420975f4bd237e89257" } ,{ "testCaseDescription": "go-string-literals-teardown-test", @@ -372,5 +372,5 @@ "-}" ], "gitDir": "test/corpus/repos/go", - "shas": "8ba273abc25e3e19cb2fae2ba4f035d4b0405f6a..0b615ffa0a658910c0c93d75b140f46b89047268" + "shas": "e4e88dc35814a027c94c0420975f4bd237e89257..53965c51004100d348975329b92f12508432b31a" }] diff --git a/test/corpus/diff-summaries/go/struct-field-declarations.json b/test/corpus/diff-summaries/go/struct-field-declarations.json index 358afe418..22598ecf8 100644 --- a/test/corpus/diff-summaries/go/struct-field-declarations.json +++ b/test/corpus/diff-summaries/go/struct-field-declarations.json @@ -38,7 +38,7 @@ "+}" ], "gitDir": "test/corpus/repos/go", - "shas": "5e355cc24a0a0ebdef3044e9f5ed84357c23a0a2..da82c9fc1d9cf62ca8026bd562de988a68dbeaee" + "shas": "5bf39526f909b46112084337773329c1dc640121..6cc42eb1c6d6948bf9494ad3d3f4608b855f167b" } ,{ "testCaseDescription": "go-struct-field-declarations-insert-test", @@ -83,7 +83,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "da82c9fc1d9cf62ca8026bd562de988a68dbeaee..ed73b9c702415c2e5621405866687073732024a0" + "shas": "6cc42eb1c6d6948bf9494ad3d3f4608b855f167b..a909c33260934dd23cd06ee453754690c64545a3" } ,{ "testCaseDescription": "go-struct-field-declarations-replacement-test", @@ -100,7 +100,7 @@ ], "end": [ 5, - 4 + 8 ] }, { @@ -110,27 +110,12 @@ ], "end": [ 5, - 4 + 11 ] } ] }, - "summary": "Replaced the 'g' identifier with the 'h' identifier in the struct {\n h, i int\n} struct type of the 'main' function" - }, - { - "span": { - "insert": { - "start": [ - 5, - 6 - ], - "end": [ - 5, - 7 - ] - } - }, - "summary": "Added the 'i' identifier in the struct {\n h, i int\n} struct type of the 'main' function" + "summary": "Replaced the 'g int' field declaration with the 'h, i int' field declaration in the struct {\n h, i int\n} struct type of the 'main' function" } ] }, @@ -154,7 +139,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "ed73b9c702415c2e5621405866687073732024a0..704915801032772d7709daf857c3d0c52c093fc0" + "shas": "a909c33260934dd23cd06ee453754690c64545a3..c23e257943dcae3b54ee47c5b36208cb5ac547f9" } ,{ "testCaseDescription": "go-struct-field-declarations-delete-replacement-test", @@ -171,7 +156,7 @@ ], "end": [ 5, - 4 + 11 ] }, { @@ -181,27 +166,12 @@ ], "end": [ 5, - 4 + 8 ] } ] }, - "summary": "Replaced the 'h' identifier with the 'g' identifier in the struct {\n g int\n} struct type of the 'main' function" - }, - { - "span": { - "delete": { - "start": [ - 5, - 6 - ], - "end": [ - 5, - 7 - ] - } - }, - "summary": "Deleted the 'i' identifier in the struct {\n g int\n} struct type of the 'main' function" + "summary": "Replaced the 'h, i int' field declaration with the 'g int' field declaration in the struct {\n g int\n} struct type of the 'main' function" } ] }, @@ -225,7 +195,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "704915801032772d7709daf857c3d0c52c093fc0..97993ce4c70fce85b06643239514d5dd7da82d11" + "shas": "c23e257943dcae3b54ee47c5b36208cb5ac547f9..b8999ef6ca51e2c961cfadc68fd6aa4dbdf9747e" } ,{ "testCaseDescription": "go-struct-field-declarations-delete-insert-test", @@ -270,7 +240,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "97993ce4c70fce85b06643239514d5dd7da82d11..495f8deabc3907e090eca4c655248b23955a0aa8" + "shas": "b8999ef6ca51e2c961cfadc68fd6aa4dbdf9747e..a61b3ac81659e7ab0a3791e769e0c3f99fa8682b" } ,{ "testCaseDescription": "go-struct-field-declarations-teardown-test", @@ -312,5 +282,5 @@ "-}" ], "gitDir": "test/corpus/repos/go", - "shas": "495f8deabc3907e090eca4c655248b23955a0aa8..d490557467004ad26a2a53890f6a434ae51a505d" + "shas": "a61b3ac81659e7ab0a3791e769e0c3f99fa8682b..297f141d87cd1a6762a9b910bb8960bf1b503a8f" }] diff --git a/test/corpus/diff-summaries/go/struct-literals.json b/test/corpus/diff-summaries/go/struct-literals.json index 79a27b1c2..0ad0b4617 100644 --- a/test/corpus/diff-summaries/go/struct-literals.json +++ b/test/corpus/diff-summaries/go/struct-literals.json @@ -38,7 +38,7 @@ "+}" ], "gitDir": "test/corpus/repos/go", - "shas": "b55addafe1b792379eb072bba90e24b99a1840d9..57bd291cc6e6647eb0958ac363cdcc63a6d5fdf8" + "shas": "6e5cb5bf929141191cac5b763446692bc7507f50..e31f53f7b127e0c4179d7471d9a64d905cffab31" } ,{ "testCaseDescription": "go-struct-literals-insert-test", @@ -116,7 +116,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "57bd291cc6e6647eb0958ac363cdcc63a6d5fdf8..b7febf7b654d26df1ac3515321911cbf5b2e2642" + "shas": "e31f53f7b127e0c4179d7471d9a64d905cffab31..71698d9ca0dfaf2d3b2c2dd843d73ae9415f01ac" } ,{ "testCaseDescription": "go-struct-literals-replacement-test", @@ -286,7 +286,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "b7febf7b654d26df1ac3515321911cbf5b2e2642..7dd64ed6d4cb0e647825f2f934312def8c61003f" + "shas": "71698d9ca0dfaf2d3b2c2dd843d73ae9415f01ac..2492c2459880cdf11070d063b1d53b87a9d19f89" } ,{ "testCaseDescription": "go-struct-literals-delete-replacement-test", @@ -456,7 +456,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "7dd64ed6d4cb0e647825f2f934312def8c61003f..813f114f5d6219cfa17a0359c44217210e3c2fc9" + "shas": "2492c2459880cdf11070d063b1d53b87a9d19f89..95e612a61280753ff98a38ccb11d15adf2ec3f25" } ,{ "testCaseDescription": "go-struct-literals-delete-insert-test", @@ -534,7 +534,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "813f114f5d6219cfa17a0359c44217210e3c2fc9..e7a573734b47bc8d7ae1bd263bfda775a1311e47" + "shas": "95e612a61280753ff98a38ccb11d15adf2ec3f25..3357e27bd37f415b0e3d4d19a3df61225dbc33e9" } ,{ "testCaseDescription": "go-struct-literals-teardown-test", @@ -576,5 +576,5 @@ "-}" ], "gitDir": "test/corpus/repos/go", - "shas": "e7a573734b47bc8d7ae1bd263bfda775a1311e47..50e7f267ecfcf43001e8faccca4169c7921a9e24" + "shas": "3357e27bd37f415b0e3d4d19a3df61225dbc33e9..1af1d4abe8a3eb4b325dd2e1785dad74f6bda406" }] diff --git a/test/corpus/diff-summaries/go/struct-types.json b/test/corpus/diff-summaries/go/struct-types.json index 6df25c211..08a14b3b6 100644 --- a/test/corpus/diff-summaries/go/struct-types.json +++ b/test/corpus/diff-summaries/go/struct-types.json @@ -38,7 +38,7 @@ "+}" ], "gitDir": "test/corpus/repos/go", - "shas": "4151d3c8de2893fa4ffcd82888673051ea81bb3a..80db208fb6a90b2ce552bc1489d59835a7c399b5" + "shas": "f79ef4a4171ad3cac17369487c39186e4a3eefd1..731d753a0624a935cd11d0031eb74cc50a1c707d" } ,{ "testCaseDescription": "go-struct-types-insert-test", @@ -134,7 +134,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "80db208fb6a90b2ce552bc1489d59835a7c399b5..ff22c14668a1e1ee610c70f750e8ec146dbd4f94" + "shas": "731d753a0624a935cd11d0031eb74cc50a1c707d..999348e3604697e12a01b2678b88cf77305c4d8c" } ,{ "testCaseDescription": "go-struct-types-replacement-test", @@ -280,7 +280,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "ff22c14668a1e1ee610c70f750e8ec146dbd4f94..02b0180d52d1eb3539318f077c8fde3b5d5b4c5e" + "shas": "999348e3604697e12a01b2678b88cf77305c4d8c..6d16681a9f7dad1c549ff97f15b2002a94e8b66d" } ,{ "testCaseDescription": "go-struct-types-delete-replacement-test", @@ -426,7 +426,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "02b0180d52d1eb3539318f077c8fde3b5d5b4c5e..8545bfc9161b75940e5c6ff09f0ce9a60371ac07" + "shas": "6d16681a9f7dad1c549ff97f15b2002a94e8b66d..73f350438112aeb65048810398417654a63d1835" } ,{ "testCaseDescription": "go-struct-types-delete-insert-test", @@ -522,7 +522,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "8545bfc9161b75940e5c6ff09f0ce9a60371ac07..d94ae42397bcaaed4fe5dc9de0fed6e130ed7086" + "shas": "73f350438112aeb65048810398417654a63d1835..ee0c728ae40703851ea915bd0e900a4a9764d930" } ,{ "testCaseDescription": "go-struct-types-teardown-test", @@ -564,5 +564,5 @@ "-}" ], "gitDir": "test/corpus/repos/go", - "shas": "d94ae42397bcaaed4fe5dc9de0fed6e130ed7086..e31aed12d985768b96c2eca1d65a0314abc6309f" + "shas": "ee0c728ae40703851ea915bd0e900a4a9764d930..c1c7e11ebe95f2229ba2fd191c16389ef933cbf9" }] diff --git a/test/corpus/diff-summaries/go/switch-statements.json b/test/corpus/diff-summaries/go/switch-statements.json index e1698129f..7e09d067f 100644 --- a/test/corpus/diff-summaries/go/switch-statements.json +++ b/test/corpus/diff-summaries/go/switch-statements.json @@ -38,7 +38,7 @@ "+}" ], "gitDir": "test/corpus/repos/go", - "shas": "8ee3f9d7ecedf1d162580097af3f1408c6fd2054..4aa3420f132c7611967b6883bedcaf66487fb33e" + "shas": "639d90fe051140357b8572b3b16b7b5cf3404b97..0219004fe7a42dbb35f4a7d7fbf69370450ee56b" } ,{ "testCaseDescription": "go-switch-statements-insert-test", @@ -84,7 +84,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "4aa3420f132c7611967b6883bedcaf66487fb33e..678f1a2718f8cf3a8501fd6052a16e09f76b8620" + "shas": "0219004fe7a42dbb35f4a7d7fbf69370450ee56b..232678c9371850e0a7d172405fdc25635cbd4b02" } ,{ "testCaseDescription": "go-switch-statements-replacement-test", @@ -279,7 +279,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "678f1a2718f8cf3a8501fd6052a16e09f76b8620..03f0b4ebf9f8bcb4898f91dbac53a65dfea0775a" + "shas": "232678c9371850e0a7d172405fdc25635cbd4b02..7749ce2681801aa89fbb54197a874186a9b07c9a" } ,{ "testCaseDescription": "go-switch-statements-delete-replacement-test", @@ -474,7 +474,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "03f0b4ebf9f8bcb4898f91dbac53a65dfea0775a..cf5936ba8f0d009df94a4535d5eec9f58bcdb793" + "shas": "7749ce2681801aa89fbb54197a874186a9b07c9a..64da9b3057ec51b7d1065374452057af271cd143" } ,{ "testCaseDescription": "go-switch-statements-delete-insert-test", @@ -520,7 +520,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "cf5936ba8f0d009df94a4535d5eec9f58bcdb793..5a6c80921258fbd6ec7daf9f8d664f11bd209d4e" + "shas": "64da9b3057ec51b7d1065374452057af271cd143..ccfff09e586093928b0fd16dc19f2c800bd95986" } ,{ "testCaseDescription": "go-switch-statements-teardown-test", @@ -562,5 +562,5 @@ "-}" ], "gitDir": "test/corpus/repos/go", - "shas": "5a6c80921258fbd6ec7daf9f8d664f11bd209d4e..c1f4f725381068d5932d85cc7faa01c01cbef79b" + "shas": "ccfff09e586093928b0fd16dc19f2c800bd95986..0174e05275ac51dacd0c2660eebd84221de83be7" }] diff --git a/test/corpus/diff-summaries/go/type-assertion-expressions.json b/test/corpus/diff-summaries/go/type-assertion-expressions.json index f819b27a6..8a29485fe 100644 --- a/test/corpus/diff-summaries/go/type-assertion-expressions.json +++ b/test/corpus/diff-summaries/go/type-assertion-expressions.json @@ -38,7 +38,7 @@ "+}" ], "gitDir": "test/corpus/repos/go", - "shas": "813fb57203428e291b75fb83f4d47e0a407c13cb..162ec7c2d443096b94af87729ca4df6b718a45ec" + "shas": "5c7cab94d93979a6015f4008ab1c710743772a2e..3bea007cbda6421da6006a1d56bc97fc9b032a65" } ,{ "testCaseDescription": "go-type-assertion-expressions-insert-test", @@ -81,7 +81,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "162ec7c2d443096b94af87729ca4df6b718a45ec..fc64e4241446f1cfb92c9ab3eeca51f05f80f749" + "shas": "3bea007cbda6421da6006a1d56bc97fc9b032a65..120a323e4991c6531367dd8ad0aa2f6910990559" } ,{ "testCaseDescription": "go-type-assertion-expressions-replacement-test", @@ -163,7 +163,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "fc64e4241446f1cfb92c9ab3eeca51f05f80f749..daf09df375e9559a18e2a9e9c530d5f85e9d2eb6" + "shas": "120a323e4991c6531367dd8ad0aa2f6910990559..4d14750c8c04786873c6d02607938de7c20169cf" } ,{ "testCaseDescription": "go-type-assertion-expressions-delete-replacement-test", @@ -245,7 +245,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "daf09df375e9559a18e2a9e9c530d5f85e9d2eb6..133a8f9c34c50a975fb1668723650f4e46c0f782" + "shas": "4d14750c8c04786873c6d02607938de7c20169cf..99a0aab4ca840352085e54f8933d14ae29c27ffb" } ,{ "testCaseDescription": "go-type-assertion-expressions-delete-insert-test", @@ -288,7 +288,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "133a8f9c34c50a975fb1668723650f4e46c0f782..88061c3ffd80bb967210c1e51c1b539c7a586cf4" + "shas": "99a0aab4ca840352085e54f8933d14ae29c27ffb..f592af9dbc2d904291720f605d860d1f0286ffbd" } ,{ "testCaseDescription": "go-type-assertion-expressions-teardown-test", @@ -330,5 +330,5 @@ "-}" ], "gitDir": "test/corpus/repos/go", - "shas": "88061c3ffd80bb967210c1e51c1b539c7a586cf4..54bc97b904cdabf6e90275f8835a7df96e95cfa1" + "shas": "f592af9dbc2d904291720f605d860d1f0286ffbd..1367430e3adf8cb016f5c2845c074ba82d089f6f" }] diff --git a/test/corpus/diff-summaries/go/type-conversion-expressions.json b/test/corpus/diff-summaries/go/type-conversion-expressions.json index dbef9aade..47fcdb42d 100644 --- a/test/corpus/diff-summaries/go/type-conversion-expressions.json +++ b/test/corpus/diff-summaries/go/type-conversion-expressions.json @@ -38,7 +38,7 @@ "+}" ], "gitDir": "test/corpus/repos/go", - "shas": "54bc97b904cdabf6e90275f8835a7df96e95cfa1..d76ed486776b678dc0fb4e0f48dc8810d715a26d" + "shas": "1367430e3adf8cb016f5c2845c074ba82d089f6f..4e662c907e35479cf6e52463b9947d18179fbd10" } ,{ "testCaseDescription": "go-type-conversion-expressions-insert-test", @@ -129,7 +129,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "d76ed486776b678dc0fb4e0f48dc8810d715a26d..d36bc4111f2471629c7dd3aa99de50c02ed02a9d" + "shas": "4e662c907e35479cf6e52463b9947d18179fbd10..7f737aae7f90ac627903f3e297c2336c0db83118" } ,{ "testCaseDescription": "go-type-conversion-expressions-replacement-test", @@ -487,7 +487,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "d36bc4111f2471629c7dd3aa99de50c02ed02a9d..fda52110b9ca544f6a82fda73baa389d07ee760f" + "shas": "7f737aae7f90ac627903f3e297c2336c0db83118..bf89a8b174e7460bcbbfdbf6b29155f4cf948485" } ,{ "testCaseDescription": "go-type-conversion-expressions-delete-replacement-test", @@ -845,7 +845,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "fda52110b9ca544f6a82fda73baa389d07ee760f..8c94e4a25c243399ba7088df22ff1d218cfa485a" + "shas": "bf89a8b174e7460bcbbfdbf6b29155f4cf948485..263fc838c1cacad07844f926f923844a2edb2fa7" } ,{ "testCaseDescription": "go-type-conversion-expressions-delete-insert-test", @@ -936,7 +936,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "8c94e4a25c243399ba7088df22ff1d218cfa485a..31eff59b3529aea57b1d24351bd7b6a6f861b179" + "shas": "263fc838c1cacad07844f926f923844a2edb2fa7..0853347e701531dd5ad0c20f78730c08a31e0e72" } ,{ "testCaseDescription": "go-type-conversion-expressions-teardown-test", @@ -978,5 +978,5 @@ "-}" ], "gitDir": "test/corpus/repos/go", - "shas": "31eff59b3529aea57b1d24351bd7b6a6f861b179..24db746c12d27285d958ff53de203120e14cf174" + "shas": "0853347e701531dd5ad0c20f78730c08a31e0e72..6e29d6dab832e7fc726d6c75c25c49fa6069d973" }] diff --git a/test/corpus/diff-summaries/go/type-declarations.json b/test/corpus/diff-summaries/go/type-declarations.json index ffc9b9ad7..0d74d0b7f 100644 --- a/test/corpus/diff-summaries/go/type-declarations.json +++ b/test/corpus/diff-summaries/go/type-declarations.json @@ -38,7 +38,7 @@ "+}" ], "gitDir": "test/corpus/repos/go", - "shas": "8a36349033d918277fe962d113040a59ca3e4719..0f2b61071dcc85e326969f673e6a721955c6210d" + "shas": "c2c41d7aa0e0af2e5a202dbbf4ea0ad328746ae8..4e67c6b5221f71571fed67aa5057c7abf6afc9ef" } ,{ "testCaseDescription": "go-type-declarations-insert-test", @@ -115,7 +115,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "0f2b61071dcc85e326969f673e6a721955c6210d..0defa7f27a0f385e706afcb37c982ea3bf53975b" + "shas": "4e67c6b5221f71571fed67aa5057c7abf6afc9ef..29761470ce721dee1aa7a69db1160aa7fcfbc777" } ,{ "testCaseDescription": "go-type-declarations-replacement-test", @@ -311,7 +311,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "0defa7f27a0f385e706afcb37c982ea3bf53975b..4a845cfd6485984c8a870efbd243835499b3f7eb" + "shas": "29761470ce721dee1aa7a69db1160aa7fcfbc777..6e3cfafbf1956de0291b9ee6f9f6b05741cef132" } ,{ "testCaseDescription": "go-type-declarations-delete-replacement-test", @@ -507,7 +507,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "4a845cfd6485984c8a870efbd243835499b3f7eb..6aac4ebc2e78a3e403d7c625a65589f684487132" + "shas": "6e3cfafbf1956de0291b9ee6f9f6b05741cef132..77f0f0d644059799a9268e73e810df4735a6a78d" } ,{ "testCaseDescription": "go-type-declarations-delete-insert-test", @@ -584,7 +584,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "6aac4ebc2e78a3e403d7c625a65589f684487132..c348fabf681ebe49f57359717284455a2230e295" + "shas": "77f0f0d644059799a9268e73e810df4735a6a78d..a48c6391fc354131029766e9899c13297da33150" } ,{ "testCaseDescription": "go-type-declarations-teardown-test", @@ -626,5 +626,5 @@ "-}" ], "gitDir": "test/corpus/repos/go", - "shas": "c348fabf681ebe49f57359717284455a2230e295..fdadf5a73660cc10f2b59218ea41bc719888d683" + "shas": "a48c6391fc354131029766e9899c13297da33150..e708803c6c474d2cfcbb00fb00fae3437df8d1da" }] diff --git a/test/corpus/diff-summaries/go/type-switch-statements.json b/test/corpus/diff-summaries/go/type-switch-statements.json index 6277f317a..14cd2d3b0 100644 --- a/test/corpus/diff-summaries/go/type-switch-statements.json +++ b/test/corpus/diff-summaries/go/type-switch-statements.json @@ -38,7 +38,7 @@ "+}" ], "gitDir": "test/corpus/repos/go", - "shas": "c1f4f725381068d5932d85cc7faa01c01cbef79b..a90629e6a709af742f1669e9f3214e7c64387da9" + "shas": "0174e05275ac51dacd0c2660eebd84221de83be7..76c3c13c65f9879f5528683d4a7bd2e6611e616d" } ,{ "testCaseDescription": "go-type-switch-statements-insert-test", @@ -86,7 +86,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "a90629e6a709af742f1669e9f3214e7c64387da9..fbae2b9e12e9d891573ff5915f3f18399c769c51" + "shas": "76c3c13c65f9879f5528683d4a7bd2e6611e616d..a77f10f4f8e9c4b9e33a1b356a9a531888bd0eb8" } ,{ "testCaseDescription": "go-type-switch-statements-replacement-test", @@ -143,7 +143,7 @@ " case *Dog:" ], "gitDir": "test/corpus/repos/go", - "shas": "fbae2b9e12e9d891573ff5915f3f18399c769c51..706f3f89ffbde53b7348d7e9bf8e67fa882d8432" + "shas": "a77f10f4f8e9c4b9e33a1b356a9a531888bd0eb8..f255191b973ea1d7021794e52fb51cb705e4bc81" } ,{ "testCaseDescription": "go-type-switch-statements-delete-replacement-test", @@ -200,7 +200,7 @@ " case *Dog:" ], "gitDir": "test/corpus/repos/go", - "shas": "706f3f89ffbde53b7348d7e9bf8e67fa882d8432..a1a34b912161f41a5f3d6a8ff6a832e1c4563409" + "shas": "f255191b973ea1d7021794e52fb51cb705e4bc81..713e79cfedefee40258e07ad64b76af8d20c3353" } ,{ "testCaseDescription": "go-type-switch-statements-delete-insert-test", @@ -248,7 +248,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "a1a34b912161f41a5f3d6a8ff6a832e1c4563409..c775854e6827c8bf6783d62d76505bdb414b0136" + "shas": "713e79cfedefee40258e07ad64b76af8d20c3353..6f0f40e4373efa24181c9447ea482e932625c388" } ,{ "testCaseDescription": "go-type-switch-statements-teardown-test", @@ -290,5 +290,5 @@ "-}" ], "gitDir": "test/corpus/repos/go", - "shas": "c775854e6827c8bf6783d62d76505bdb414b0136..37a5b9434c4cb8dc9a02da712f02e9a6d44c223b" + "shas": "6f0f40e4373efa24181c9447ea482e932625c388..256269de815c523e6bd13c790a94e7ab1d280e1f" }] diff --git a/test/corpus/diff-summaries/go/unary-expressions.json b/test/corpus/diff-summaries/go/unary-expressions.json index 37c4de279..36aa78f99 100644 --- a/test/corpus/diff-summaries/go/unary-expressions.json +++ b/test/corpus/diff-summaries/go/unary-expressions.json @@ -38,7 +38,7 @@ "+}" ], "gitDir": "test/corpus/repos/go", - "shas": "24db746c12d27285d958ff53de203120e14cf174..f31da32cab6d1e8bfd17ca9240e67fe8e53dd159" + "shas": "6e29d6dab832e7fc726d6c75c25c49fa6069d973..73d2f273528e1766c871fdf3230fa35bacd7bafe" } ,{ "testCaseDescription": "go-unary-expressions-insert-test", @@ -97,7 +97,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "f31da32cab6d1e8bfd17ca9240e67fe8e53dd159..990f5d451b52d00e007cb8f5f7c1647da0fa4617" + "shas": "73d2f273528e1766c871fdf3230fa35bacd7bafe..227c4444b506e4654be3849b870172284937b543" } ,{ "testCaseDescription": "go-unary-expressions-replacement-test", @@ -181,7 +181,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "990f5d451b52d00e007cb8f5f7c1647da0fa4617..10ed033085bed520db5ee3685baa60bbb6cbab44" + "shas": "227c4444b506e4654be3849b870172284937b543..6718bc712519f94fe9b6e37a5a8500d17f27f7d9" } ,{ "testCaseDescription": "go-unary-expressions-delete-replacement-test", @@ -265,7 +265,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "10ed033085bed520db5ee3685baa60bbb6cbab44..65bee195b49b6b83e944ee98087f39ba9eae0282" + "shas": "6718bc712519f94fe9b6e37a5a8500d17f27f7d9..ec72baa2925608fce36342c5958eb80cac3e863a" } ,{ "testCaseDescription": "go-unary-expressions-delete-insert-test", @@ -324,7 +324,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "65bee195b49b6b83e944ee98087f39ba9eae0282..848706b1cf6ea90db41f3bbf203dca83662bf6fc" + "shas": "ec72baa2925608fce36342c5958eb80cac3e863a..cd72681f810ea1f32b3512fa8503b3097a868d9d" } ,{ "testCaseDescription": "go-unary-expressions-teardown-test", @@ -366,5 +366,5 @@ "-}" ], "gitDir": "test/corpus/repos/go", - "shas": "848706b1cf6ea90db41f3bbf203dca83662bf6fc..4a43ba97188583a2c4d12041c42b9a1525920c78" + "shas": "cd72681f810ea1f32b3512fa8503b3097a868d9d..2022c740f0beaa522eb54a50c91b82c690d20bc4" }] diff --git a/test/corpus/diff-summaries/go/var-declarations-with-no-expressions.json b/test/corpus/diff-summaries/go/var-declarations-with-no-expressions.json index 5dda000e7..5af31b1ac 100644 --- a/test/corpus/diff-summaries/go/var-declarations-with-no-expressions.json +++ b/test/corpus/diff-summaries/go/var-declarations-with-no-expressions.json @@ -38,7 +38,7 @@ "+}" ], "gitDir": "test/corpus/repos/go", - "shas": "47d3c72eea5bf47e81ea1dd488611894477dc943..d7f6ed08b0bc0004a81f3e47af16d6afb4aff08c" + "shas": "f415a9b17dce6c80276c7448a04edd365072eb7b..4612ab06a44de8b647d78f200c168f0763f1ff79" } ,{ "testCaseDescription": "go-var-declarations-with-no-expressions-insert-test", @@ -112,7 +112,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "d7f6ed08b0bc0004a81f3e47af16d6afb4aff08c..04e9707fe5443463f367c292414a6cecc053e242" + "shas": "4612ab06a44de8b647d78f200c168f0763f1ff79..72aef2d918d3a949245601b51c8e1ec1974fc373" } ,{ "testCaseDescription": "go-var-declarations-with-no-expressions-replacement-test", @@ -223,7 +223,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "04e9707fe5443463f367c292414a6cecc053e242..3ad59a175067480a4d6ee878635d9bcb62ef3408" + "shas": "72aef2d918d3a949245601b51c8e1ec1974fc373..d12761252968c7cd90d0e507775b83706fca3569" } ,{ "testCaseDescription": "go-var-declarations-with-no-expressions-delete-replacement-test", @@ -334,7 +334,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "3ad59a175067480a4d6ee878635d9bcb62ef3408..5ced570817117f792aebd7c83c521de17461dc92" + "shas": "d12761252968c7cd90d0e507775b83706fca3569..3e48f035226460f535b3b8970ca830664b6d56c0" } ,{ "testCaseDescription": "go-var-declarations-with-no-expressions-delete-insert-test", @@ -408,7 +408,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "5ced570817117f792aebd7c83c521de17461dc92..51548683c7aeddae0201988f82baa02bdad47c24" + "shas": "3e48f035226460f535b3b8970ca830664b6d56c0..f2a04a9eee7c9ea972b07c8519eb5356d289a483" } ,{ "testCaseDescription": "go-var-declarations-with-no-expressions-teardown-test", @@ -450,5 +450,5 @@ "-}" ], "gitDir": "test/corpus/repos/go", - "shas": "51548683c7aeddae0201988f82baa02bdad47c24..265cd5c07998bd4dfccc7a320e182f71e10a85ae" + "shas": "f2a04a9eee7c9ea972b07c8519eb5356d289a483..0cb1a3af13b0bd0450fcd422c61c3e32600bda97" }] diff --git a/test/corpus/diff-summaries/go/var-declarations-with-types.json b/test/corpus/diff-summaries/go/var-declarations-with-types.json index 7059ab8b5..cdfa7a5f9 100644 --- a/test/corpus/diff-summaries/go/var-declarations-with-types.json +++ b/test/corpus/diff-summaries/go/var-declarations-with-types.json @@ -38,7 +38,7 @@ "+}" ], "gitDir": "test/corpus/repos/go", - "shas": "f8d3cbc612a80692d5aeff9e731bd4a7c0f663f9..aea46b2ce4e892d0844e67bbae0cd68e73c95fc5" + "shas": "830f9ed31bc8937d165ff62354f40a86907e1835..956e243bcd50866239b769e22c590323f226fa43" } ,{ "testCaseDescription": "go-var-declarations-with-types-insert-test", @@ -112,7 +112,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "aea46b2ce4e892d0844e67bbae0cd68e73c95fc5..52411ac8ed3043c13279ec165658ca67f789f9fa" + "shas": "956e243bcd50866239b769e22c590323f226fa43..b235762d736318d6410499301dbee51eed7ddda7" } ,{ "testCaseDescription": "go-var-declarations-with-types-replacement-test", @@ -223,7 +223,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "52411ac8ed3043c13279ec165658ca67f789f9fa..c9f2170928bcaa810f9013ed2069e3d7dbf4d6f0" + "shas": "b235762d736318d6410499301dbee51eed7ddda7..70a044354ce293c0d6a596ce016c61b8167d6424" } ,{ "testCaseDescription": "go-var-declarations-with-types-delete-replacement-test", @@ -334,7 +334,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "c9f2170928bcaa810f9013ed2069e3d7dbf4d6f0..3c7563f10326f65d04adf1a125574e24ea118015" + "shas": "70a044354ce293c0d6a596ce016c61b8167d6424..13d7637e86ce6a332db11b2e08da1aa8de8a3b01" } ,{ "testCaseDescription": "go-var-declarations-with-types-delete-insert-test", @@ -408,7 +408,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "3c7563f10326f65d04adf1a125574e24ea118015..c60b230b3fa6fc0836d53302fee77719122f00d4" + "shas": "13d7637e86ce6a332db11b2e08da1aa8de8a3b01..52122740d733d5f35af350c9bc83606c553019ea" } ,{ "testCaseDescription": "go-var-declarations-with-types-teardown-test", @@ -450,5 +450,5 @@ "-}" ], "gitDir": "test/corpus/repos/go", - "shas": "c60b230b3fa6fc0836d53302fee77719122f00d4..47d3c72eea5bf47e81ea1dd488611894477dc943" + "shas": "52122740d733d5f35af350c9bc83606c553019ea..f415a9b17dce6c80276c7448a04edd365072eb7b" }] diff --git a/test/corpus/diff-summaries/go/var-declarations-without-types.json b/test/corpus/diff-summaries/go/var-declarations-without-types.json index 5c2277a60..3137bad0f 100644 --- a/test/corpus/diff-summaries/go/var-declarations-without-types.json +++ b/test/corpus/diff-summaries/go/var-declarations-without-types.json @@ -38,7 +38,7 @@ "+}" ], "gitDir": "test/corpus/repos/go", - "shas": "1e9a79b2edb624c62951819583911df12d835559..0f40ddfd39c97a506486f2e1216ba774b5123f17" + "shas": "9f9fc2b6fc03803dc00ddac0d292e0024465b915..b7927fe2cd71ac326d1c6cf8fab77c23423fd807" } ,{ "testCaseDescription": "go-var-declarations-without-types-insert-test", @@ -81,7 +81,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "0f40ddfd39c97a506486f2e1216ba774b5123f17..5ebf2057198f956943b0423149fae3935cfc11f9" + "shas": "b7927fe2cd71ac326d1c6cf8fab77c23423fd807..bec730d35d8a027194863755dab1461b0cf229f1" } ,{ "testCaseDescription": "go-var-declarations-without-types-replacement-test", @@ -178,7 +178,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "5ebf2057198f956943b0423149fae3935cfc11f9..539f077b6d98ff0373a0352a672ed95a634aa7c3" + "shas": "bec730d35d8a027194863755dab1461b0cf229f1..a244f45e52cd28c256294fa728bd358bbdccb017" } ,{ "testCaseDescription": "go-var-declarations-without-types-delete-replacement-test", @@ -275,7 +275,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "539f077b6d98ff0373a0352a672ed95a634aa7c3..642c67c6c2ae5ad7e73a6553263bb91f7cb2aad9" + "shas": "a244f45e52cd28c256294fa728bd358bbdccb017..11920c5ce685eb284d34ffc590f9046f91742b3d" } ,{ "testCaseDescription": "go-var-declarations-without-types-delete-insert-test", @@ -318,7 +318,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "642c67c6c2ae5ad7e73a6553263bb91f7cb2aad9..ee13da9445a3d770c35bc4f20224ae6a2dde77b9" + "shas": "11920c5ce685eb284d34ffc590f9046f91742b3d..3dfd1171e1c9cc712bdecebf956a040c9a6d81bf" } ,{ "testCaseDescription": "go-var-declarations-without-types-teardown-test", @@ -360,5 +360,5 @@ "-}" ], "gitDir": "test/corpus/repos/go", - "shas": "ee13da9445a3d770c35bc4f20224ae6a2dde77b9..f8d3cbc612a80692d5aeff9e731bd4a7c0f663f9" + "shas": "3dfd1171e1c9cc712bdecebf956a040c9a6d81bf..830f9ed31bc8937d165ff62354f40a86907e1835" }] diff --git a/test/corpus/diff-summaries/go/variadic-function-declarations.json b/test/corpus/diff-summaries/go/variadic-function-declarations.json index 12dff8a9c..00d0a840f 100644 --- a/test/corpus/diff-summaries/go/variadic-function-declarations.json +++ b/test/corpus/diff-summaries/go/variadic-function-declarations.json @@ -38,7 +38,7 @@ "+}" ], "gitDir": "test/corpus/repos/go", - "shas": "ab4421d6d26b623b3d7429650788f4bd5962191d..a44a74401628f5e345708844072634eaf6db4945" + "shas": "98832f0c4e512d9c4fa607f6a834f8e30a6a4827..e9c7492d6c857a52299c6e23ee7b1448f1bf3dd4" } ,{ "testCaseDescription": "go-variadic-function-declarations-insert-test", @@ -161,7 +161,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "a44a74401628f5e345708844072634eaf6db4945..49bc38e8b5fcf7ee8e0d155801ec72c888768d42" + "shas": "e9c7492d6c857a52299c6e23ee7b1448f1bf3dd4..f0749698266fa2b8a43858c04637c06b2e61278e" } ,{ "testCaseDescription": "go-variadic-function-declarations-replacement-test", @@ -274,7 +274,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "49bc38e8b5fcf7ee8e0d155801ec72c888768d42..372a7b484c90b1d864c2d78abd4c8299ee32af7d" + "shas": "f0749698266fa2b8a43858c04637c06b2e61278e..bed3f7b9bf4ae1dcbddd5832e8e1f9f0562f7fbf" } ,{ "testCaseDescription": "go-variadic-function-declarations-delete-replacement-test", @@ -387,7 +387,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "372a7b484c90b1d864c2d78abd4c8299ee32af7d..33fd74684a9ab0ecfd1dcb4b5a9d2fb1224bb314" + "shas": "bed3f7b9bf4ae1dcbddd5832e8e1f9f0562f7fbf..43651654b93f64587acbb545cb5453fe98aaf9f8" } ,{ "testCaseDescription": "go-variadic-function-declarations-delete-insert-test", @@ -510,7 +510,7 @@ " }" ], "gitDir": "test/corpus/repos/go", - "shas": "33fd74684a9ab0ecfd1dcb4b5a9d2fb1224bb314..efb7596cbc1d31ee9f89fbe988f37fca9c65b020" + "shas": "43651654b93f64587acbb545cb5453fe98aaf9f8..823c0bb3b87ea94203076ce14625deed45ecfed2" } ,{ "testCaseDescription": "go-variadic-function-declarations-teardown-test", @@ -552,5 +552,5 @@ "-}" ], "gitDir": "test/corpus/repos/go", - "shas": "efb7596cbc1d31ee9f89fbe988f37fca9c65b020..08349bf5d571aa7f202bb4680c98506c5e95f323" + "shas": "823c0bb3b87ea94203076ce14625deed45ecfed2..054d45f482ab3e1979a15b46d03197de2c50dfee" }] diff --git a/test/corpus/generated/go.json b/test/corpus/generated/go.json index d064f4034..685ed3f1e 100644 --- a/test/corpus/generated/go.json +++ b/test/corpus/generated/go.json @@ -205,7 +205,7 @@ { "template": "package main\n{0}", "syntax": "rune-literals", - "insert": "const (\n a = 'δ'\n b = '⌘'\n c = '⌘'\n d = '⌘'\n e = '⌘'\n f = '⌘'\n)", + "insert": "const (\n a = 'δ'\n b = '⌘'\n c = '⌘'\n d = '⌘'\n e = '⌘'\n f = '⌘jjjj'\n)", "replacement": "const (\n a = '©'\n b = '©'\n c = '©'\n d = '©'\n e = '©'\n f = '©'\n)" }, { @@ -333,6 +333,12 @@ "syntax": "comment", "insert": "// this is a comment", "replacement": "/*\nthis is a block comment\n*/" + }, + { + "template": "package main\n\nfunc main() {\n{0}\n}", + "syntax": "modifying-struct-fields", + "insert": "ctx := &uploadContext{\n Remote: remote\n}", + "replacement": "ctx := &uploadContext{\n trackedLocksMu: new(sync.Mutex)\n}" } ] } diff --git a/test/corpus/repos/go b/test/corpus/repos/go index 0bdae5b44..123a20866 160000 --- a/test/corpus/repos/go +++ b/test/corpus/repos/go @@ -1 +1 @@ -Subproject commit 0bdae5b448bcbbbef333b74adf04f8bce482fee6 +Subproject commit 123a2086698184c3a0e6f7eebd222c9273448df9