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

XLATE bug with WordSeparator input range #32

Open
Jeff-Ft-Myers opened this issue Jun 28, 2022 · 0 comments
Open

XLATE bug with WordSeparator input range #32

Jeff-Ft-Myers opened this issue Jun 28, 2022 · 0 comments

Comments

@Jeff-Ft-Myers
Copy link
Contributor

Two examples:

PS C:\Users\Jeff\Documents\PipeTests> pipc m.njp
pipe (m ) literal ABCDEFG | xlate ws ~ w3 A-E 1-5 | cons ?
PS C:\Users\Jeff\Documents\PipeTests> java m
netrexx.lang.BadArgumentException: Bad hexadecimal ~A
at netrexx.lang.RexxUtil.x2c(RexxUtil.java:252)
at netrexx.lang.Rexx.x2c(Rexx.java:1570)
at org.netrexx.njpipes.stages.xlate.processRanges(xlate.java:500)
at org.netrexx.njpipes.stages.xlate.run(xlate.java:323)
at org.netrexx.njpipes.pipes.ThreadPool.run(ThreadPool.java:76)
at java.lang.Thread.run(Unknown Source)
Exiting due to uncaught Exception Bad hexadecimal ~A

PS C:\Users\Jeff\Documents\PipeTests> type m.njp
pipe (m) literal a#b#c#A#B#C|
xlate ws # w3 c @ |
cons
PS C:\Users\Jeff\Documents\PipeTests> pipc m.njp
pipe (m ) literal a#b#c#A#B#C| xlate ws # w3 c @ | cons
PS C:\Users\Jeff\Documents\PipeTests> java m
a3b3@3A3B3C
PS C:\Users\Jeff\Documents\PipeTests>

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

1 participant