-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed #243 Extra space in m:let produce an error in AQL.
- Loading branch information
Showing
8 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
Binary file removed
BIN
-14.2 KB
....obeonetwork.m2doc.tests/resources/let/extraSpaceInLet-fail/extraSpaceInLet-template.docx
Binary file not shown.
File renamed without changes.
14 changes: 14 additions & 0 deletions
14
...rg.obeonetwork.m2doc.tests/resources/let/extraSpaceInLet/extraSpaceInLet-expected-ast.txt
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
=== HEADER === | ||
|
||
=== BODY === | ||
|
||
Basic let demonstration : | ||
[query: v = .aqlFeatureAccess(self, 'name')null, in ***ERROR***] | ||
name = | ||
[query: v] | ||
, | ||
End of demonstration. | ||
=== FOOTER === | ||
|
||
=== TEMPLATES === |
1 change: 1 addition & 0 deletions
1
...2doc.tests/resources/let/extraSpaceInLet/extraSpaceInLet-expected-generation-messages.txt
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
ERROR - Invalid block: Unexpected tag m:endlet at this location |
Binary file added
BIN
+8.75 KB
...etwork.m2doc.tests/resources/let/extraSpaceInLet/extraSpaceInLet-expected-generation.docx
Binary file not shown.
Binary file added
BIN
+9.02 KB
...etwork.m2doc.tests/resources/let/extraSpaceInLet/extraSpaceInLet-expected-validation.docx
Binary file not shown.
Binary file added
BIN
+8.99 KB
...s/org.obeonetwork.m2doc.tests/resources/let/extraSpaceInLet/extraSpaceInLet-template.docx
Binary file not shown.
File renamed without changes.