-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
105 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
\input{regression-test} | ||
\documentclass{article} | ||
|
||
\ExplSyntaxOn | ||
\debug_on:n { check-declarations , check-expressions, deprecation } | ||
\ExplSyntaxOff | ||
|
||
\START | ||
\usepackage{zutil} | ||
\END |
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,5 @@ | ||
This is a generated file for the l3build validation system. | ||
Don't change this file in any respect. | ||
(zutil.sty | ||
Package: zutil ....-..-.. v... Z's utilities, l3seq part | ||
) |
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,33 @@ | ||
\input{regression-test} | ||
\documentclass{minimal} | ||
|
||
\usepackage{zutil} | ||
|
||
\ExplSyntaxOn | ||
|
||
\debug_on:n { check-declarations , deprecation } | ||
|
||
\START | ||
|
||
% based on l3kernel test for \seq_set_split_keep_spaces:Nnn, | ||
% from l3kernel/testfiles/m3seq004.lvt | ||
\TEST{zutil_seq_set_split_keep_braces:Nnn}{ | ||
\zutil_seq_set_split_keep_braces:Nnn \l_tmpa_seq { | } { } | ||
\seq_log:N \l_tmpa_seq | ||
\zutil_seq_set_split_keep_braces:Nnn \l_tmpa_seq { , } { a, } | ||
\seq_log:N \l_tmpa_seq | ||
\zutil_seq_set_split_keep_braces:Nnn \l_tmpa_seq { , } { a~,~b } | ||
\seq_log:N \l_tmpa_seq | ||
\zutil_seq_set_split_keep_braces:Nnn \l_tmpa_seq { | } | ||
{ ~ a | b | ~c~ | {|} | ~{~|{}~} | d ~ } | ||
\seq_log:N \l_tmpa_seq | ||
\zutil_seq_set_split_keep_braces:Nnn \l_tmpa_seq { ~ } | ||
{ Hello,~world,~my~name~is~LaTeX! } | ||
\seq_log:N \l_tmpa_seq | ||
\zutil_seq_set_split_keep_braces:Nnn \l_tmpa_seq { } { abcdefghijklm } | ||
\seq_log:N \l_tmpa_seq | ||
} | ||
|
||
\ExplSyntaxOff | ||
|
||
\END |
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,43 @@ | ||
This is a generated file for the l3build validation system. | ||
Don't change this file in any respect. | ||
============================================================ | ||
TEST 1: zutil_seq_set_split_keep_braces:Nnn | ||
============================================================ | ||
The sequence \l_tmpa_seq contains the items (without outer braces): | ||
> {}. | ||
The sequence \l_tmpa_seq contains the items (without outer braces): | ||
> {a} | ||
> {}. | ||
The sequence \l_tmpa_seq contains the items (without outer braces): | ||
> {a} | ||
> {b}. | ||
The sequence \l_tmpa_seq contains the items (without outer braces): | ||
> {a} | ||
> {b} | ||
> {c} | ||
> {{|}} | ||
> {{ |{} }} | ||
> {d}. | ||
The sequence \l_tmpa_seq contains the items (without outer braces): | ||
> {Hello,} | ||
> {world,} | ||
> {my} | ||
> {name} | ||
> {is} | ||
> {LaTeX!}. | ||
! Package zutil Error: Empty delimiter is not supported in \zutil_seq_set_split_keep_braces:Nnn . | ||
(zutil) The existing definition of '\l_tmpa_seq ' will not be altered. | ||
Type <return> to continue. | ||
... | ||
l. ...} | ||
LaTeX does not know anything more about this error, sorry. | ||
Try typing <return> to proceed. | ||
If that doesn't work, type X <return> to quit. | ||
The sequence \l_tmpa_seq contains the items (without outer braces): | ||
> {Hello,} | ||
> {world,} | ||
> {my} | ||
> {name} | ||
> {is} | ||
> {LaTeX!}. | ||
============================================================ |
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