Skip to content

Commit b2b7e86

Browse files
committed
re verify
1 parent 741805f commit b2b7e86

7 files changed

Lines changed: 3 additions & 5 deletions

src/Tests/GlobalUsings.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
// Global using directives
22

3-
global using DocumentFormat.OpenXml.Packaging;
3+
global using DocumentFormat.OpenXml;
4+
global using DocumentFormat.OpenXml.Packaging;
5+
global using DocumentFormat.OpenXml.Spreadsheet;

src/Tests/PrefixedNamespaceTests.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
using DocumentFormat.OpenXml;
2-
using DocumentFormat.OpenXml.Packaging;
3-
using DocumentFormat.OpenXml.Spreadsheet;
4-
51
// Verifies that xlsx files created by the OpenXml SDK (which uses prefixed
62
// default namespaces like <x:worksheet xmlns:x="...">) are handled correctly.
73
[TestFixture]
42 Bytes
Binary file not shown.
42 Bytes
Binary file not shown.
42 Bytes
Binary file not shown.
42 Bytes
Binary file not shown.
42 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)