Skip to content

Commit

Permalink
parse-all
Browse files Browse the repository at this point in the history
  • Loading branch information
grantmacken committed Jun 2, 2023
1 parent 782904b commit ac038f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ install:
fi

.PHONY: pr-create
pr-create: parse-all test-all
pr-create: parse-all
@#gh pr create --help
@gh pr create --fill

Expand Down
5 changes: 3 additions & 2 deletions examples/spec/sequence_expressions.xq
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
(10, 1, 2, 3, 4),
(10, (1, 2), (), (3, 4)),
(salary, bonus),
($price, $pri'$price, $price' and ce),
($price, $price),
(10, 1 to 4),
10 to 10,
15 to 10,
fn:reverse(10 to 15),
'3.4.2 Combining Node Sequences',
$seq1 union $seq2,
$seq1 intersect $seq2,
$seq2 except $seq3
$seq2 except $seq3,
'END'

0 comments on commit ac038f6

Please sign in to comment.