Use single backslash in header, as in ShellCheck warning (in shell: to escape quotes, not backslash)

Simon Brandt
2025-02-17 16:06:35 +01:00
parent b67d149c5a
commit 948a4d7e96

@@ -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: ### Problematic code: