-
-
Notifications
You must be signed in to change notification settings - Fork 266
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip mapping over undeclared prop in
\ShowHook
etc. (#1515)
* Skip mapping over undeclared `\g__hook_<hook>_code_prop` (#1513) * add test github-1513 * switch to a package available to CI
- Loading branch information
Showing
4 changed files
with
55 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
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,17 @@ | ||
|
||
\ExplSyntaxOn | ||
\debug_on:n { check-declarations , deprecation } | ||
\ExplSyntaxOff | ||
|
||
\documentclass{article} | ||
|
||
\input{regression-test} | ||
|
||
|
||
\usepackage{tracefnt} | ||
|
||
\START | ||
|
||
\ShowHook{package/tracefnt/after} | ||
|
||
\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,16 @@ | ||
This is a generated file for the l3build validation system. | ||
Don't change this file in any respect. | ||
-> The generic hook 'package/tracefnt/after': | ||
> The hook is not declared. | ||
> Code chunks: | ||
> --- | ||
> Document-level (top-level) code: | ||
> --- | ||
> Extra code for next invocation: | ||
> -> | ||
> Rules: | ||
> --- | ||
> Execution order: | ||
> Not set because the hook is undeclared. | ||
<recently read> } | ||
l. ...\ShowHook{package/tracefnt/after} |