Skip to content

Conversation

rbakbashev
Copy link

In some cases, especially after parentheses, commas are mistakenly not considered as "literal characters" (per 1.1.4:7) because they are not wrapped in $$ signs.

$ rg '\(\$\$,\$\$' | wc -l
27

$ rg '\(,' | wc -l
7

In some cases, especially after parentheses, commas are mistakenly not
considered as "literal characters" (per 1.1.4:7) because they are not
wrapped in '$$' signs.

    $ rg '\(\$\$,\$\$' | wc -l
    27

    $ rg '\(,' | wc -l
    7
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.

1 participant