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

§ not fully a substitute for \ #348

Open
mathiasrw opened this issue Jul 28, 2023 · 0 comments
Open

§ not fully a substitute for \ #348

mathiasrw opened this issue Jul 28, 2023 · 0 comments

Comments

@mathiasrw
Copy link
Owner

mathiasrw commented Jul 28, 2023

§ is meant to be a full substitute for \ but currently this is not the case:

> echo abc | rr '§n' 'X§n' 
abcX\n%                        
> echo abc | rr '§n' 'X\n' 
abcX
                        
@mathiasrw mathiasrw changed the title § not fully a substitute to \ § not fully a substitute for \ Jul 28, 2023
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
@mathiasrw and others