Skip to content

Commit

Permalink
YAML does not need double escaped backslashes?
Browse files Browse the repository at this point in the history
  • Loading branch information
jbenden committed Aug 27, 2018
1 parent b63b5c7 commit b7035b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/plugins/test_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def test_plugin_command_on_unix_bad(caplog, reactor): # noqa: no-cover
def test_plugin_command_on_win(caplog, reactor): # noqa: no-cover
stream = StringIO('''
- name: test1
command: "\\Windows\\System32\\cmd.exe /c echo Hello world"
command: "\Windows\System32\cmd.exe /c echo Hello world"
''')
document = loader.ordered_load(stream)

Expand Down

0 comments on commit b7035b6

Please sign in to comment.