Skip to content

Commit

Permalink
Replace a use of ignore_spaces peek function by peek_spaces_remove
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Le Floch committed Oct 1, 2018
1 parent 7ebea4a commit 1cdc48d
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions l3packages/xparse/xparse.dtx
Expand Up @@ -3133,15 +3133,18 @@
\group_align_safe_begin:
\tex_escapechar:D = 92 \scan_stop:
\tl_clear:N \l_@@_v_arg_tl
\peek_meaning_remove_ignore_spaces:NTF \c_group_begin_token
\peek_spaces_remove:n
{
\group_align_safe_end:
\@@_grab_v_bgroup:
}
{
\peek_N_type:TF
{ \@@_grab_v_aux_test:N }
{ \@@_grab_v_aux_abort:n { } }
\peek_meaning_remove:NTF \c_group_begin_token
{
\group_align_safe_end:
\@@_grab_v_bgroup:
}
{
\peek_N_type:TF
{ \@@_grab_v_aux_test:N }
{ \@@_grab_v_aux_abort:n { } }
}
}
}
\cs_new_protected:Npn \@@_grab_v_group_end:
Expand Down

0 comments on commit 1cdc48d

Please sign in to comment.