Skip to content

Commit

Permalink
use markup-blitz 1.6 (#2371)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuntherRademacher authored Jan 30, 2025
1 parent 5a1e1c5 commit a2dc217
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1483,6 +1483,9 @@ public final class FnModuleTest extends SandboxTest {
// empty $grammar
query(func.args(" ()") + "(\"s: 'x'.\")",
"<ixml><rule name=\"s\"><alt><literal string=\"x\"/></alt></rule></ixml>");
// GuntherRademacher/markup-blitz#20
query(func.args("s : 'ab'**'cd', 'ef'++'gh'.") + "('abcdabefghef')",
"<s>abcdabefghef</s>");

// invalid grammar
error(func.args("?%$"), IXML_GRM_X_X_X);
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
<dependency>
<groupId>de.bottlecaps</groupId>
<artifactId>markup-blitz</artifactId>
<version>1.5</version>
<version>1.6</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
Expand Down

0 comments on commit a2dc217

Please sign in to comment.