Skip to content

Commit

Permalink
Parse INF and -INF correctly (fixes #327)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ganss committed May 31, 2022
1 parent 5259c0a commit 7e3654f
Show file tree
Hide file tree
Showing 2 changed files with 1,593 additions and 1,586 deletions.
3 changes: 2 additions & 1 deletion XmlSchemaClassGenerator.Tests/xsd/simple/simple.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
<xs:element name="Root">
<xs:complexType>
<xs:sequence>
<xs:element name="defaultDecimal" type="xs:decimal" default="+3." minOccurs="0" />
<xs:element name="defaultDoubleInf" type="xs:double" default="INF" minOccurs="0" />
<xs:element name="defaultDecimal" type="xs:decimal" default="+3." minOccurs="0" />
<xs:element name="defaultDateTime" type="xs:dateTime" default="2004-04-12T13:20:00-05:00" />
<xs:element name="defaultDate" type="xs:date" default="2004-04-12" />
<xs:element name="defaultTime" type="xs:time" default="09:30:10Z" />
Expand Down
Loading

0 comments on commit 7e3654f

Please sign in to comment.