-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #38 fix and add grammar validation check for wildcard
- Loading branch information
1 parent
b73f94e
commit 122afda
Showing
4 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Key Type SinceVersion DeprecatedIn Required IndirectReference Inheritable DefaultValue PossibleValues SpecialCase Link Note | ||
* array;integer;number 1.2 TRUE FALSE FALSE [ArrayOfNumbersGeneral];[];[] Clause 9.7.4.3 | ||
* array;integer;number 1.2 FALSE FALSE FALSE [ArrayOfNumbersGeneral];[];[] Clause 9.7.4.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Key Type SinceVersion DeprecatedIn Required IndirectReference Inheritable DefaultValue PossibleValues SpecialCase Link Note | ||
* array;integer;number 1.2 TRUE FALSE FALSE [fn:Eval((fn:ArrayLength(1) mod 3)==0)];[];[] [ArrayOfNumbersGeneral];[];[] Clause 9.7.4.3 - C-last | ||
* array;integer;number 1.2 FALSE FALSE FALSE [fn:Eval((fn:ArrayLength(1) mod 3)==0)];[];[] [ArrayOfNumbersGeneral];[];[] Clause 9.7.4.3 - C-last |