Skip to content

Commit

Permalink
Match up token name to CRuby
Browse files Browse the repository at this point in the history
  • Loading branch information
kddnewton committed Feb 14, 2024
1 parent f48283a commit cf0369a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/src/token_type.c.erb
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ pm_token_type_human(pm_token_type_t token_type) {
case PM_TOKEN_UPLUS:
return "'+'";
case PM_TOKEN_USTAR:
return "'*'";
return "*";
case PM_TOKEN_USTAR_STAR:
return "'**'";
case PM_TOKEN_WORDS_SEP:
Expand Down

0 comments on commit cf0369a

Please sign in to comment.