curl/.github/scripts
Jay Satiro aa2c2ab837 verify-examples.pl: fail verification on unescaped backslash
- Check that all backslashes in EXAMPLE are properly escaped.

eg manpage must always use `\\n` never `\n`.

This is because the manpage requires we always double blackslash to show
a single backslash. Prior to this change an erroneous single backslash
would pass through and compile even though it would not show correctly
in the manpage.

Co-authored-by: Daniel Stenberg

Ref: https://github.com/curl/curl/pull/12588

Closes https://github.com/curl/curl/pull/12589
2023-12-28 03:34:16 -05:00
..
cleanspell.pl tidy-up: mostly whitespace nits 2023-08-31 23:02:10 +00:00
codespell-ignore.txt CI: codespell 2023-11-23 13:07:26 +01:00
spellcheck.words docs/libcurl: SYNSOPSIS cleanup 2023-11-24 20:35:38 +01:00
spellcheck.yaml tidy-up: fix yamllint whitespace issues 2023-12-06 17:25:59 +00:00
verify-examples.pl verify-examples.pl: fail verification on unescaped backslash 2023-12-28 03:34:16 -05:00
verify-synopsis.pl tidy-up: whitespace 2023-12-08 03:28:50 +00:00