Fix spacing in new test yaml (#6441)

This commit is contained in:
Keith Burzinski 2024-03-27 02:15:50 -05:00 committed by GitHub
parent dc071bed24
commit 54a68bf069
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 108 additions and 108 deletions

View file

@ -17,12 +17,12 @@ key_collector:
on_progress: on_progress:
- logger.log: - logger.log:
format: "input progress: '%s', started by '%c'" format: "input progress: '%s', started by '%c'"
args: [ 'x.c_str()', "(start == 0 ? '~' : start)" ] args: ['x.c_str()', "(start == 0 ? '~' : start)"]
on_result: on_result:
- logger.log: - logger.log:
format: "input result: '%s', started by '%c', ended by '%c'" format: "input result: '%s', started by '%c', ended by '%c'"
args: [ 'x.c_str()', "(start == 0 ? '~' : start)", "(end == 0 ? '~' : end)" ] args: ['x.c_str()', "(start == 0 ? '~' : start)", "(end == 0 ? '~' : end)"]
on_timeout: on_timeout:
- logger.log: - logger.log:
format: "input timeout: '%s', started by '%c'" format: "input timeout: '%s', started by '%c'"
args: [ 'x.c_str()', "(start == 0 ? '~' : start)" ] args: ['x.c_str()', "(start == 0 ? '~' : start)"]

View file

@ -17,12 +17,12 @@ key_collector:
on_progress: on_progress:
- logger.log: - logger.log:
format: "input progress: '%s', started by '%c'" format: "input progress: '%s', started by '%c'"
args: [ 'x.c_str()', "(start == 0 ? '~' : start)" ] args: ['x.c_str()', "(start == 0 ? '~' : start)"]
on_result: on_result:
- logger.log: - logger.log:
format: "input result: '%s', started by '%c', ended by '%c'" format: "input result: '%s', started by '%c', ended by '%c'"
args: [ 'x.c_str()', "(start == 0 ? '~' : start)", "(end == 0 ? '~' : end)" ] args: ['x.c_str()', "(start == 0 ? '~' : start)", "(end == 0 ? '~' : end)"]
on_timeout: on_timeout:
- logger.log: - logger.log:
format: "input timeout: '%s', started by '%c'" format: "input timeout: '%s', started by '%c'"
args: [ 'x.c_str()', "(start == 0 ? '~' : start)" ] args: ['x.c_str()', "(start == 0 ? '~' : start)"]

View file

@ -17,12 +17,12 @@ key_collector:
on_progress: on_progress:
- logger.log: - logger.log:
format: "input progress: '%s', started by '%c'" format: "input progress: '%s', started by '%c'"
args: [ 'x.c_str()', "(start == 0 ? '~' : start)" ] args: ['x.c_str()', "(start == 0 ? '~' : start)"]
on_result: on_result:
- logger.log: - logger.log:
format: "input result: '%s', started by '%c', ended by '%c'" format: "input result: '%s', started by '%c', ended by '%c'"
args: [ 'x.c_str()', "(start == 0 ? '~' : start)", "(end == 0 ? '~' : end)" ] args: ['x.c_str()', "(start == 0 ? '~' : start)", "(end == 0 ? '~' : end)"]
on_timeout: on_timeout:
- logger.log: - logger.log:
format: "input timeout: '%s', started by '%c'" format: "input timeout: '%s', started by '%c'"
args: [ 'x.c_str()', "(start == 0 ? '~' : start)" ] args: ['x.c_str()', "(start == 0 ? '~' : start)"]

View file

@ -17,12 +17,12 @@ key_collector:
on_progress: on_progress:
- logger.log: - logger.log:
format: "input progress: '%s', started by '%c'" format: "input progress: '%s', started by '%c'"
args: [ 'x.c_str()', "(start == 0 ? '~' : start)" ] args: ['x.c_str()', "(start == 0 ? '~' : start)"]
on_result: on_result:
- logger.log: - logger.log:
format: "input result: '%s', started by '%c', ended by '%c'" format: "input result: '%s', started by '%c', ended by '%c'"
args: [ 'x.c_str()', "(start == 0 ? '~' : start)", "(end == 0 ? '~' : end)" ] args: ['x.c_str()', "(start == 0 ? '~' : start)", "(end == 0 ? '~' : end)"]
on_timeout: on_timeout:
- logger.log: - logger.log:
format: "input timeout: '%s', started by '%c'" format: "input timeout: '%s', started by '%c'"
args: [ 'x.c_str()', "(start == 0 ? '~' : start)" ] args: ['x.c_str()', "(start == 0 ? '~' : start)"]

View file

@ -17,12 +17,12 @@ key_collector:
on_progress: on_progress:
- logger.log: - logger.log:
format: "input progress: '%s', started by '%c'" format: "input progress: '%s', started by '%c'"
args: [ 'x.c_str()', "(start == 0 ? '~' : start)" ] args: ['x.c_str()', "(start == 0 ? '~' : start)"]
on_result: on_result:
- logger.log: - logger.log:
format: "input result: '%s', started by '%c', ended by '%c'" format: "input result: '%s', started by '%c', ended by '%c'"
args: [ 'x.c_str()', "(start == 0 ? '~' : start)", "(end == 0 ? '~' : end)" ] args: ['x.c_str()', "(start == 0 ? '~' : start)", "(end == 0 ? '~' : end)"]
on_timeout: on_timeout:
- logger.log: - logger.log:
format: "input timeout: '%s', started by '%c'" format: "input timeout: '%s', started by '%c'"
args: [ 'x.c_str()', "(start == 0 ? '~' : start)" ] args: ['x.c_str()', "(start == 0 ? '~' : start)"]

View file

@ -17,12 +17,12 @@ key_collector:
on_progress: on_progress:
- logger.log: - logger.log:
format: "input progress: '%s', started by '%c'" format: "input progress: '%s', started by '%c'"
args: [ 'x.c_str()', "(start == 0 ? '~' : start)" ] args: ['x.c_str()', "(start == 0 ? '~' : start)"]
on_result: on_result:
- logger.log: - logger.log:
format: "input result: '%s', started by '%c', ended by '%c'" format: "input result: '%s', started by '%c', ended by '%c'"
args: [ 'x.c_str()', "(start == 0 ? '~' : start)", "(end == 0 ? '~' : end)" ] args: ['x.c_str()', "(start == 0 ? '~' : start)", "(end == 0 ? '~' : end)"]
on_timeout: on_timeout:
- logger.log: - logger.log:
format: "input timeout: '%s', started by '%c'" format: "input timeout: '%s', started by '%c'"
args: [ 'x.c_str()', "(start == 0 ? '~' : start)" ] args: ['x.c_str()', "(start == 0 ? '~' : start)"]