@@ -28,6 +28,7 @@ void SetupRepository(string sha)
2828 [ Theory ]
2929 [ InlineData ( false , "https://github.com/foo/bar" , "123123" , @"src\dir\file1.cs" , - 1 , - 1 , "https://github.com/foo/bar/blob/123123/src/dir/file1.cs" ) ]
3030 [ InlineData ( false , "https://github.com/foo/bar" , "123123" , @"src\dir\file1.cs" , 1 , - 1 , "https://github.com/foo/bar/blob/123123/src/dir/file1.cs#L1" ) ]
31+ [ InlineData ( false , "https://github.com/foo/bar" , "123123" , @"src\dir\file1.cs" , 1 , 1 , "https://github.com/foo/bar/blob/123123/src/dir/file1.cs#L1" ) ]
3132 [ InlineData ( false , "https://github.com/foo/bar" , "123123" , @"src\dir\file1.cs" , 1 , 2 , "https://github.com/foo/bar/blob/123123/src/dir/file1.cs#L1-L2" ) ]
3233 [ InlineData ( false , "https://github.com/foo/bar" , "123123" , @"src\dir\file1.cs" , 2 , 1 , "https://github.com/foo/bar/blob/123123/src/dir/file1.cs#L1-L2" ) ]
3334 [ InlineData ( false , "https://github.com/foo/bar" , "123123" , @"src\dir\file1.cs" , - 1 , 2 , "https://github.com/foo/bar/blob/123123/src/dir/file1.cs" ) ]
@@ -37,6 +38,7 @@ void SetupRepository(string sha)
3738 [ InlineData ( false , null , "123123" , @"src\dir\file1.cs" , 1 , 2 , null ) ]
3839 [ InlineData ( true , "https://github.com/foo/bar" , "123123" , @"src\dir\file1.cs" , - 1 , - 1 , "https://github.com/foo/bar/blob/123123/src/dir/file1.cs" ) ]
3940 [ InlineData ( true , "https://github.com/foo/bar" , "123123" , @"src\dir\file1.cs" , 1 , - 1 , "https://github.com/foo/bar/blob/123123/src/dir/file1.cs#L1" ) ]
41+ [ InlineData ( true , "https://github.com/foo/bar" , "123123" , @"src\dir\file1.cs" , 1 , 1 , "https://github.com/foo/bar/blob/123123/src/dir/file1.cs#L1" ) ]
4042 [ InlineData ( true , "https://github.com/foo/bar" , "123123" , @"src\dir\file1.cs" , 1 , 2 , "https://github.com/foo/bar/blob/123123/src/dir/file1.cs#L1-L2" ) ]
4143 [ InlineData ( true , "https://github.com/foo/bar" , "123123" , @"src\dir\file1.cs" , 2 , 1 , "https://github.com/foo/bar/blob/123123/src/dir/file1.cs#L1-L2" ) ]
4244 [ InlineData ( true , "https://github.com/foo/bar" , "123123" , @"src\dir\file1.cs" , - 1 , 2 , "https://github.com/foo/bar/blob/123123/src/dir/file1.cs" ) ]
0 commit comments