-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add testfile, document current restriction.
- Loading branch information
Showing
3 changed files
with
99 additions
and
9 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,24 @@ | ||
\ExplSyntaxOn | ||
\debug_on:n { check-declarations , deprecation } | ||
\msg_redirect_module:nnn { pdf } { none } { warning } | ||
\ExplSyntaxOff | ||
|
||
\DocumentMetadata{testphase=phase-I} | ||
\input{regression-test} | ||
\documentclass{article} | ||
\NewSocket{tagsupport/blub}{0} | ||
\NewSocketPlug{tagsupport/blub}{test}{hello} | ||
\AssignSocketPlug{tagsupport/blub}{test} | ||
\begin{document} | ||
\START | ||
|
||
\ExplSyntaxOn | ||
|
||
\TEST{expandable-socket} | ||
{ | ||
\typeout { \UseTaggingSocket{blub} } | ||
\typeout { \UseExpandableTaggingSocket{blub} } | ||
} | ||
|
||
\ExplSyntaxOff | ||
\end{document} |
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,24 @@ | ||
This is a generated file for the l3build validation system. | ||
Don't change this file in any respect. | ||
============================================================ | ||
TEST 1: expandable-socket | ||
============================================================ | ||
\UseTaggingSocket {blub} | ||
\__socket_tagsupport/blub_plug_test:w | ||
============================================================ | ||
(expandable-socket.aux) | ||
Package tagpdf Info: Finalizing the tagging structure: | ||
(tagpdf) Writing out ~2 structure objects | ||
(tagpdf) with ~0 'MC' leaf nodes. | ||
(tagpdf) Be patient if there are lots of objects! | ||
Package tagpdf Info: writing ParentTree | ||
Package tagpdf Info: writing IDTree | ||
Package tagpdf Info: writing RoleMap | ||
Package tagpdf Info: writing ClassMap | ||
Package tagpdf Info: writing NameSpaces | ||
Package tagpdf Info: writing StructElems | ||
Package tagpdf Info: writing Root | ||
*************** | ||
Compilation 1 of test file completed with exit status 0 | ||
Compilation 2 of test file completed with exit status 0 | ||
Compilation 3 of test file completed with exit status 0 |