Skip to content

Commit 5bec64b

Browse files
committed
docs: update parseOutput.test.ts
1 parent 60c374b commit 5bec64b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/test/git/parseOutput.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ describe("Split `git diff-index` output into components", function () {
103103
});
104104

105105
describe("handle paths with spaces in them", function () {
106+
// No quoting is needed here as that is only needed when formatting the
107+
// final message.
108+
106109
it("should handle a single path correctly", function () {
107110
{
108111
const expected: FileChange = {
@@ -160,7 +163,6 @@ describe("Split `git diff-index` output into components", function () {
160163
});
161164

162165
it("should handle a pair of paths correctly", function () {
163-
// No quoting is needed here as that is only needed when formatting the final message.
164166
{
165167
const expected: FileChange = {
166168
x: "R",

0 commit comments

Comments
 (0)