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

HEX-ify rules debug non-rules outputs that contain colons #2493

Closed
roycewilliams opened this issue Jul 17, 2020 · 1 comment
Closed

HEX-ify rules debug non-rules outputs that contain colons #2493

roycewilliams opened this issue Jul 17, 2020 · 1 comment

Comments

@roycewilliams
Copy link
Member

roycewilliams commented Jul 17, 2020

Example:

TwinkleTwinkle!!:):::TwinkleTwinkle!!:)

Here, the "original word" - TwinkleTwinkle!!:) - passes through via the ':' rule, resulting in the "processed word". But other variations are possible that contain one or more colons, making it difficult to extract rules from the debug output.

Desired output:

$HEX[696e205477696e6b6c655477696e6b6c6521213a29]:::$HEX[696e205477696e6b6c655477696e6b6c6521213a29]

@roycewilliams roycewilliams changed the title HEX-ify rules debug non-rules outputs that contain plains HEX-ify rules debug non-rules outputs that contain colons Jul 17, 2020
@jsteube
Copy link
Member

jsteube commented Jun 27, 2021

Was fixed with PR #2854

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

No branches or pull requests

2 participants