mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 11:19:45 +08:00
Use single backslash in header, as in ShellCheck warning (in shell: to escape quotes, not backslash)
@@ -1,4 +1,4 @@
|
||||
## Word is of the form `"A"B"C"` (B indicated). Did you mean `"ABC"` or `"A\\"B\\"C"`?
|
||||
## Word is of the form `"A"B"C"` (B indicated). Did you mean `"ABC"` or `"A\"B\"C"`?
|
||||
|
||||
### Problematic code:
|
||||
|
||||
|
Reference in New Issue
Block a user