Skip to content

Commit

Permalink
Fix space stripping from key types
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Jun 6, 2022
1 parent 08f2bd9 commit 233f947
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions l3packages/CHANGELOG.md
Expand Up @@ -7,6 +7,9 @@ this project uses date-based 'snapshot' version identifiers.

## [Unreleased]

### Fixed
- Space stripping from `xtemplate` key types

## [2022-05-30]

## Added
Expand Down
2 changes: 1 addition & 1 deletion l3packages/xtemplate/xtemplate.dtx
Expand Up @@ -1390,7 +1390,7 @@
% \begin{macrocode}
\cs_new_protected:Npn \@@_split_keytype_arg:n #1
{
\tl_set:Nn \l_@@_keytype_tl {#1}
\tl_set:Nx \l_@@_keytype_tl { \tl_trim_spaces:n {#1} }
\tl_clear:N \l_@@_keytype_arg_tl
\cs_set_protected:Npn \@@_split_keytype_arg_aux:n ##1
{
Expand Down

0 comments on commit 233f947

Please sign in to comment.