File tree Expand file tree Collapse file tree 3 files changed +1
-119
lines changed
DocumentFormat.OpenXml.Framework.Tests
DocumentFormat.OpenXml.Packaging.Tests/data Expand file tree Collapse file tree 3 files changed +1
-119
lines changed Original file line number Diff line number Diff line change 22331
22331
"Element": "DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.UnasgnAllEmpty",
22332
22332
"Children": []
22333
22333
},
22334
- {
22335
- "Element": "DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.ExtensionList",
22336
- "Children": [
22337
- {
22338
- "Name": "ext",
22339
- "Namespace": "http://schemas.openxmlformats.org/presentationml/2006/main"
22340
- }
22341
- ]
22342
- },
22343
- {
22344
- "Element": "DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.Reaction",
22345
- "Children": [
22346
- {
22347
- "Name": "instance",
22348
- "Namespace": "http://schemas.microsoft.com/office/powerpoint/2022/03/main"
22349
- }
22350
- ]
22351
- },
22352
- {
22353
- "Element": "DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.ReactionInstance",
22354
- "Children": [
22355
- {
22356
- "Name": "extLst",
22357
- "Namespace": "http://schemas.microsoft.com/office/powerpoint/2022/03/main"
22358
- }
22359
- ]
22360
- },
22361
- {
22362
- "Element": "DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.Reactions",
22363
- "Children": [
22364
- {
22365
- "Name": "rxn",
22366
- "Namespace": "http://schemas.microsoft.com/office/powerpoint/2022/03/main"
22367
- }
22368
- ]
22369
- },
22370
22334
{
22371
22335
"Element": "DocumentFormat.OpenXml.Office.SpreadSheetML.Y2021.ExtLinks2021.AbsoluteUrlAlternateUrl",
22372
22336
"Children": []
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ public class OpenXmlNamespaceTests
12
12
public void NamespaceCount ( )
13
13
{
14
14
var resolver = new OpenXmlNamespaceResolver ( ) ;
15
- Assert . Equal ( 149 , resolver . GetNamespacesInScope ( System . Xml . XmlNamespaceScope . All ) . Count ) ;
15
+ Assert . Equal ( 148 , resolver . GetNamespacesInScope ( System . Xml . XmlNamespaceScope . All ) . Count ) ;
16
16
}
17
17
18
18
[ InlineData ( "" , "" , FileFormatVersions . Office2007 , 0 ) ]
Original file line number Diff line number Diff line change 33506
33506
}
33507
33507
]
33508
33508
},
33509
- {
33510
- "Key": "DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.ExtensionList",
33511
- "Value": [
33512
- {
33513
- "Key": "Microsoft365",
33514
- "Value": {
33515
- "ChildrenParticles": [
33516
- {
33517
- "ChildrenParticles": [
33518
- {
33519
- "ChildrenParticles": [
33520
- {
33521
- "ElementType": "DocumentFormat.OpenXml.Presentation.Extension",
33522
- "MaxOccurs": 0,
33523
- "MinOccurs": 0
33524
- }
33525
- ],
33526
- "ParticleType": "Sequence"
33527
- }
33528
- ],
33529
- "MinOccurs": 0,
33530
- "ParticleType": "Group"
33531
- }
33532
- ],
33533
- "ParticleType": "Sequence"
33534
- }
33535
- }
33536
- ]
33537
- },
33538
- {
33539
- "Key": "DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.Reaction",
33540
- "Value": [
33541
- {
33542
- "Key": "Microsoft365",
33543
- "Value": {
33544
- "ChildrenParticles": [
33545
- {
33546
- "ElementType": "DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.ReactionInstance",
33547
- "MaxOccurs": 0,
33548
- "MinOccurs": 0
33549
- }
33550
- ],
33551
- "ParticleType": "Sequence"
33552
- }
33553
- }
33554
- ]
33555
- },
33556
- {
33557
- "Key": "DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.ReactionInstance",
33558
- "Value": [
33559
- {
33560
- "Key": "Microsoft365",
33561
- "Value": {
33562
- "ChildrenParticles": [
33563
- {
33564
- "ElementType": "DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.ExtensionList",
33565
- "MinOccurs": 0
33566
- }
33567
- ],
33568
- "ParticleType": "Sequence"
33569
- }
33570
- }
33571
- ]
33572
- },
33573
- {
33574
- "Key": "DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.Reactions",
33575
- "Value": [
33576
- {
33577
- "Key": "Microsoft365",
33578
- "Value": {
33579
- "ChildrenParticles": [
33580
- {
33581
- "ElementType": "DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.Reaction",
33582
- "MaxOccurs": 0,
33583
- "MinOccurs": 0
33584
- }
33585
- ],
33586
- "ParticleType": "Sequence"
33587
- }
33588
- }
33589
- ]
33590
- },
33591
33509
{
33592
33510
"Key": "DocumentFormat.OpenXml.Office.SpreadSheetML.Y2021.ExtLinks2021.ExternalBookAlternateUrls",
33593
33511
"Value": [
You can’t perform that action at this time.
0 commit comments