Skip to content

Commit da5577b

Browse files
committed
WithWorkbookRels test
1 parent ce0269f commit da5577b

55 files changed

Lines changed: 55 additions & 5 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Example file formats that leverage System.IO.Packaging
3939
using var sourceStream = File.OpenRead(packagePath);
4040
await DeterministicPackage.ConvertAsync(sourceStream, targetStream);
4141
```
42-
<sup><a href='/src/Tests/Tests.cs#L79-L84' title='Snippet source file'>snippet source</a> | <a href='#snippet-ConvertAsync' title='Start of snippet'>anchor</a></sup>
42+
<sup><a href='/src/Tests/Tests.cs#L105-L110' title='Snippet source file'>snippet source</a> | <a href='#snippet-ConvertAsync' title='Start of snippet'>anchor</a></sup>
4343
<!-- endSnippet -->
4444

4545

@@ -51,7 +51,7 @@ await DeterministicPackage.ConvertAsync(sourceStream, targetStream);
5151
using var sourceStream = File.OpenRead(packagePath);
5252
await DeterministicPackage.ConvertAsync(sourceStream, targetStream);
5353
```
54-
<sup><a href='/src/Tests/Tests.cs#L79-L84' title='Snippet source file'>snippet source</a> | <a href='#snippet-ConvertAsync' title='Start of snippet'>anchor</a></sup>
54+
<sup><a href='/src/Tests/Tests.cs#L105-L110' title='Snippet source file'>snippet source</a> | <a href='#snippet-ConvertAsync' title='Start of snippet'>anchor</a></sup>
5555
<!-- endSnippet -->
5656

5757

16.3 KB
Binary file not shown.
13.6 KB
Binary file not shown.

src/Tests/Tests.AbsPath.DotNet/[Content_Types].verified.xml renamed to src/Tests/Tests.AbsPathZip.DotNet/[Content_Types].verified.xml

File renamed without changes.
File renamed without changes.

src/Tests/Tests.AbsPath.DotNet/docProps/app.verified.xml renamed to src/Tests/Tests.AbsPathZip.DotNet/docProps/app.verified.xml

File renamed without changes.

src/Tests/Tests.AbsPath.DotNet/docProps/core.verified.xml renamed to src/Tests/Tests.AbsPathZip.DotNet/docProps/core.verified.xml

File renamed without changes.

src/Tests/Tests.AbsPath.DotNet/xl/_rels/workbook.xml.verified.rels renamed to src/Tests/Tests.AbsPathZip.DotNet/xl/_rels/workbook.xml.verified.rels

File renamed without changes.

src/Tests/Tests.AbsPath.DotNet/xl/calcChain.verified.xml renamed to src/Tests/Tests.AbsPathZip.DotNet/xl/calcChain.verified.xml

File renamed without changes.

src/Tests/Tests.AbsPath.DotNet/xl/sharedStrings.verified.xml renamed to src/Tests/Tests.AbsPathZip.DotNet/xl/sharedStrings.verified.xml

File renamed without changes.

0 commit comments

Comments
 (0)