Revision 0662f62d15894fdb8bed72d963c293d0c3095d54 authored by Simeon Schaub on 01 June 2021, 11:03:31 UTC, committed by Jameson Nash on 01 November 2023, 21:56:09 UTC
`` `\\` `` currently throws an error because it is parsed as `@cmd "\\"`
due to escaping in the parser and `shell_parse` therefore thinks it's a
dangling backslash.
1 parent c019132
Raw File
.codecov.yml
coverage:
  status:
    project: off
    patch: off
back to top