Skip to content

doc: escape RE with backticks (`) #7560

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

Merged
merged 1 commit into from
Mar 24, 2025
Merged

Conversation

lbellomo
Copy link
Contributor

@lbellomo lbellomo commented Mar 24, 2025

On chmod and on mkdir there is a RE that is valid markdown link:

This line:
Each MODE is of the form '[ugoa]*(-+=)+|[-+=]?[0-7]+'.
Into this:
Each MODE is of the form [ugoa]*([-+=]([rwxXst]*|[ugo]))+|[-+=]?[0-7]+.

I try to escape that RE using monospace/backticks.

Copy link

GNU testsuite comparison:

Skip an intermittent issue tests/misc/stdbuf (fails in this run but passes in the 'main' branch)

@cakebaker cakebaker merged commit af7411a into uutils:main Mar 24, 2025
68 checks passed
@cakebaker
Copy link
Contributor

Good catch, thanks!

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.

2 participants