File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ public static void Initialize() =>
5454public Task VerifyExcel () =>
5555 VerifyFile (" sample.xlsx" );
5656```
57- <sup ><a href =' /src/Tests/Samples.cs#L31-L37 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-VerifyExcel ' title =' Start of snippet ' >anchor</a ></sup >
57+ <sup ><a href =' /src/Tests/Samples.cs#L35-L41 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-VerifyExcel ' title =' Start of snippet ' >anchor</a ></sup >
5858<!-- endSnippet -->
5959
6060
@@ -70,7 +70,7 @@ public Task VerifyExcelStream()
7070 return Verify (stream , " xlsx" );
7171}
7272```
73- <sup ><a href =' /src/Tests/Samples.cs#L74-L83 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-VerifyExcelStream ' title =' Start of snippet ' >anchor</a ></sup >
73+ <sup ><a href =' /src/Tests/Samples.cs#L78-L87 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-VerifyExcelStream ' title =' Start of snippet ' >anchor</a ></sup >
7474<!-- endSnippet -->
7575
7676
@@ -98,7 +98,7 @@ public Task XLWorkbook()
9898 return Verify (book );
9999}
100100```
101- <sup ><a href =' /src/Tests/Samples.cs#L43-L64 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-XLWorkbook ' title =' Start of snippet ' >anchor</a ></sup >
101+ <sup ><a href =' /src/Tests/Samples.cs#L47-L68 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-XLWorkbook ' title =' Start of snippet ' >anchor</a ></sup >
102102<!-- endSnippet -->
103103
104104
You can’t perform that action at this time.
0 commit comments