mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
check-pr: add special case for '(' and ')' (#11869)
This commit is contained in:
parent
feafe6a319
commit
ca222b2b81
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ function strip_commands() {
|
|||
grep "$regex" "$file" |
|
||||
sed 's/{{[^}]*}}/{{}}/g' |
|
||||
sed 's/<[^>]*>//g' |
|
||||
sed 's/([^)]*)//g' |
|
||||
sed 's/"[^"]*"/""/g' |
|
||||
sed "s/'[^']*'//g" |
|
||||
sed 's/`//g'
|
||||
|
|
Loading…
Add table
Reference in a new issue