Skip to content

Commit 84d6bb4

Browse files
committed
Update expected test outputs for xuri/xgen#96
1 parent 0a6d67d commit 84d6bb4

File tree

213 files changed

+9480
-9483
lines changed

Some content is hidden

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

213 files changed

+9480
-9483
lines changed

c/OfficeOpenXML-XMLSchema-Strict/dml-main.xsd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1682,7 +1682,7 @@ typedef struct {
16821682

16831683
// CT_Headers ...
16841684
typedef struct {
1685-
char Header;
1685+
char Header[];
16861686
} CT_Headers;
16871687

16881688
// CT_TableCol ...

c/OfficeOpenXML-XMLSchema-Strict/sml.xsd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3920,7 +3920,7 @@ typedef char ST_TargetScreenSize;
39203920
// CT_FunctionGroups ...
39213921
typedef struct {
39223922
unsigned int BuiltInGroupCountAttr; // attr, optional
3923-
CT_FunctionGroup FunctionGroup;
3923+
CT_FunctionGroup FunctionGroup[];
39243924
} CT_FunctionGroups;
39253925

39263926
// CT_FunctionGroup ...

c/OfficeOpenXML-XMLSchema-Strict/wml.xsd.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1743,7 +1743,7 @@ typedef struct {
17431743

17441744
// CT_Headers ...
17451745
typedef struct {
1746-
CT_String Header;
1746+
CT_String Header[];
17471747
} CT_Headers;
17481748

17491749
// CT_TrPrBase ...
@@ -2575,7 +2575,7 @@ typedef struct {
25752575

25762576
// CT_Divs ...
25772577
typedef struct {
2578-
CT_Div Div;
2578+
CT_Div Div[];
25792579
} CT_Divs;
25802580

25812581
// EG_MathContent ...
@@ -2623,14 +2623,14 @@ typedef CT_Comments Comments;
26232623

26242624
// CT_Footnotes ...
26252625
typedef struct {
2626-
CT_FtnEdn Footnote;
2626+
CT_FtnEdn Footnote[];
26272627
} CT_Footnotes;
26282628

26292629
typedef CT_Footnotes Footnotes;
26302630

26312631
// CT_Endnotes ...
26322632
typedef struct {
2633-
CT_FtnEdn Endnote;
2633+
CT_FtnEdn Endnote[];
26342634
} CT_Endnotes;
26352635

26362636
typedef CT_Endnotes Endnotes;

c/USLM-1.0.schema.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -401,8 +401,8 @@ typedef struct {
401401
MarkerType Marker[];
402402
ActionType Action[];
403403
LevelType Level[];
404-
QuotedTextType QuotedText;
405-
QuotedContentType QuotedContent;
404+
QuotedTextType QuotedText[];
405+
QuotedContentType QuotedContent[];
406406
} InstructionType;
407407

408408
// ActionType is Use the @action attribute to describe the action being taken.
@@ -567,9 +567,9 @@ typedef struct {
567567
typedef struct {
568568
InstructionType Instruction[];
569569
ContentType Content[];
570-
TextType Text;
571-
LevelType Level;
572-
HeadingType CrossHeading;
570+
TextType Text[];
571+
LevelType Level[];
572+
HeadingType CrossHeading[];
573573
NoteStructure NoteStructure[];
574574
NoteStructure NoteStructure[];
575575
NoteStructure NoteStructure[];

go/CommonRecord40a.schema.go

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/LIT10054_WaterQualityMultiReturn.xsd.go

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/OfficeOpenXML-XMLSchema-Strict/dml-chart.xsd.go

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/OfficeOpenXML-XMLSchema-Strict/dml-main.xsd.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/OfficeOpenXML-XMLSchema-Strict/shared-documentPropertiesExtended.xsd.go

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/OfficeOpenXML-XMLSchema-Strict/shared-documentPropertiesVariantTypes.xsd.go

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)