diff --git a/test/corpus/diff-summaries/javascript/class.json b/test/corpus/diff-summaries/javascript/class.json index d9ab434e1..26b3fb145 100644 --- a/test/corpus/diff-summaries/javascript/class.json +++ b/test/corpus/diff-summaries/javascript/class.json @@ -105,7 +105,7 @@ } ] }, - "summary": "Replaced the 'foo' identifier with the 'one' identifier in the one method of the 'Foo' class" + "summary": "Replaced the 'foo' identifier with the 'one' identifier in the one(a) method of the 'Foo' class" }, { "span": { @@ -120,7 +120,7 @@ ] } }, - "summary": "Added the 'two' method in the Foo class" + "summary": "Added the 'two(b)' method in the Foo class" }, { "span": { @@ -135,7 +135,7 @@ ] } }, - "summary": "Added the 'three' method in the Foo class" + "summary": "Added the 'three(c)' method in the Foo class" }, { "span": { @@ -150,7 +150,7 @@ ] } }, - "summary": "Deleted the 'bar' method in the Foo class" + "summary": "Deleted the 'bar(b)' method in the Foo class" }, { "span": { @@ -165,7 +165,7 @@ ] } }, - "summary": "Deleted the 'baz' method in the Foo class" + "summary": "Deleted the 'baz(c)' method in the Foo class" } ] }, @@ -208,7 +208,7 @@ } ] }, - "summary": "Replaced the 'one' identifier with the 'foo' identifier in the foo method of the 'Foo' class" + "summary": "Replaced the 'one' identifier with the 'foo' identifier in the foo(a) method of the 'Foo' class" }, { "span": { @@ -223,7 +223,7 @@ ] } }, - "summary": "Added the 'bar' method in the Foo class" + "summary": "Added the 'bar(b)' method in the Foo class" }, { "span": { @@ -238,7 +238,7 @@ ] } }, - "summary": "Added the 'baz' method in the Foo class" + "summary": "Added the 'baz(c)' method in the Foo class" }, { "span": { @@ -253,7 +253,7 @@ ] } }, - "summary": "Deleted the 'two' method in the Foo class" + "summary": "Deleted the 'two(b)' method in the Foo class" }, { "span": { @@ -268,7 +268,7 @@ ] } }, - "summary": "Deleted the 'three' method in the Foo class" + "summary": "Deleted the 'three(c)' method in the Foo class" } ] }, diff --git a/test/corpus/diff-summaries/javascript/object-with-methods.json b/test/corpus/diff-summaries/javascript/object-with-methods.json index d975d5aa3..b27185dbb 100644 --- a/test/corpus/diff-summaries/javascript/object-with-methods.json +++ b/test/corpus/diff-summaries/javascript/object-with-methods.json @@ -16,7 +16,7 @@ ] } }, - "summary": "Added the '{ add }' object" + "summary": "Added the '{ add(a, b) }' object" } ] }, @@ -47,7 +47,7 @@ ] } }, - "summary": "Added the '{ subtract }' object" + "summary": "Added the '{ subtract(a, b) }' object" }, { "span": { @@ -62,7 +62,7 @@ ] } }, - "summary": "Added the '{ add }' object" + "summary": "Added the '{ add(a, b) }' object" } ] }, @@ -105,7 +105,7 @@ } ] }, - "summary": "Replaced the 'subtract' identifier with the 'add' identifier in the add method" + "summary": "Replaced the 'subtract' identifier with the 'add' identifier in the add(a, b) method" } ] }, @@ -148,7 +148,7 @@ } ] }, - "summary": "Replaced the 'add' identifier with the 'subtract' identifier in the subtract method" + "summary": "Replaced the 'add' identifier with the 'subtract' identifier in the subtract(a, b) method" } ] }, @@ -179,7 +179,7 @@ ] } }, - "summary": "Deleted the '{ subtract }' object" + "summary": "Deleted the '{ subtract(a, b) }' object" }, { "span": { @@ -194,7 +194,7 @@ ] } }, - "summary": "Deleted the '{ add }' object" + "summary": "Deleted the '{ add(a, b) }' object" }, { "span": { @@ -209,7 +209,7 @@ ] } }, - "summary": "Added the '{ subtract }' object" + "summary": "Added the '{ subtract(a, b) }' object" } ] }, @@ -240,7 +240,7 @@ ] } }, - "summary": "Deleted the '{ add }' object" + "summary": "Deleted the '{ add(a, b) }' object" } ] }, @@ -271,7 +271,7 @@ ] } }, - "summary": "Deleted the '{ subtract }' object" + "summary": "Deleted the '{ subtract(a, b) }' object" } ] }, diff --git a/test/corpus/diff-summaries/javascript/objects-with-methods.json b/test/corpus/diff-summaries/javascript/objects-with-methods.json index 88930a7c3..5c9d8870e 100644 --- a/test/corpus/diff-summaries/javascript/objects-with-methods.json +++ b/test/corpus/diff-summaries/javascript/objects-with-methods.json @@ -16,7 +16,7 @@ ] } }, - "summary": "Added the '{ add }' object" + "summary": "Added the '{ add(a, b) }' object" } ] }, @@ -47,7 +47,7 @@ ] } }, - "summary": "Added the '{ subtract }' object" + "summary": "Added the '{ subtract(a, b) }' object" }, { "span": { @@ -62,7 +62,7 @@ ] } }, - "summary": "Added the '{ add }' object" + "summary": "Added the '{ add(a, b) }' object" } ] }, @@ -105,7 +105,7 @@ } ] }, - "summary": "Replaced the 'subtract' identifier with the 'add' identifier in the add method" + "summary": "Replaced the 'subtract' identifier with the 'add' identifier in the add(a, b) method" } ] }, @@ -148,7 +148,7 @@ } ] }, - "summary": "Replaced the 'add' identifier with the 'subtract' identifier in the subtract method" + "summary": "Replaced the 'add' identifier with the 'subtract' identifier in the subtract(a, b) method" } ] }, @@ -179,7 +179,7 @@ ] } }, - "summary": "Deleted the '{ subtract }' object" + "summary": "Deleted the '{ subtract(a, b) }' object" }, { "span": { @@ -194,7 +194,7 @@ ] } }, - "summary": "Deleted the '{ add }' object" + "summary": "Deleted the '{ add(a, b) }' object" }, { "span": { @@ -209,7 +209,7 @@ ] } }, - "summary": "Added the '{ subtract }' object" + "summary": "Added the '{ subtract(a, b) }' object" } ] }, @@ -240,7 +240,7 @@ ] } }, - "summary": "Deleted the '{ add }' object" + "summary": "Deleted the '{ add(a, b) }' object" } ] }, @@ -271,7 +271,7 @@ ] } }, - "summary": "Deleted the '{ subtract }' object" + "summary": "Deleted the '{ subtract(a, b) }' object" } ] },