Skip to content
This repository was archived by the owner on Apr 16, 2020. It is now read-only.

Commit 7095a54

Browse files
committed
additional test case
1 parent a27babe commit 7095a54

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Tests/UnitTest1.cs

+4-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ public void ParseGitHubUrl()
1919
//// git
2020
//Assert.Equal("https://raw.githubusercontent.com/ctaggart/sourcelink-test/{0}/*",
2121
// CreateTask.GetRepoUrl("git@github.com:ctaggart/sourcelink-test.git"));
22-
}
2322

23+
//// trailing slash
24+
//Assert.Equal("https://raw.githubusercontent.com/ctaggart/sourcelink-test/{0}/*",
25+
// CreateTask.GetRepoUrl("https://github.com/ctaggart/sourcelink-test/"));
26+
}
2427
}
2528
}

0 commit comments

Comments
 (0)