Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

echo: use uucore::format::parse_escape_only() #7316

Merged
merged 1 commit into from
Feb 17, 2025

Conversation

jfinkels
Copy link
Collaborator

Remove some duplicate code in favor of just calling uucore::format::parse_escape_only().

Fixes #7258.

Remove some duplicate code in favor of just calling
`uucore::format::parse_escape_only()`.

Fixes uutils#7258.
@RenjiSann RenjiSann merged commit ea1562b into uutils:main Feb 17, 2025
65 checks passed
@RenjiSann
Copy link
Collaborator

LGTM, thank you ! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

echo: should use uucore::format::parse_escape_only
2 participants