[ruby/prism] Match up token name to CRuby
https://github.com/ruby/prism/commit/cf0369a5c7
This commit is contained in:
parent
c54622c657
commit
068b19bd53
@ -350,7 +350,7 @@ pm_token_type_human(pm_token_type_t token_type) {
|
|||||||
case PM_TOKEN_UPLUS:
|
case PM_TOKEN_UPLUS:
|
||||||
return "'+'";
|
return "'+'";
|
||||||
case PM_TOKEN_USTAR:
|
case PM_TOKEN_USTAR:
|
||||||
return "'*'";
|
return "*";
|
||||||
case PM_TOKEN_USTAR_STAR:
|
case PM_TOKEN_USTAR_STAR:
|
||||||
return "'**'";
|
return "'**'";
|
||||||
case PM_TOKEN_WORDS_SEP:
|
case PM_TOKEN_WORDS_SEP:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user