tests: no-newline generator should also replace \r
This commit is contained in:
parent
678a930750
commit
f81ec24cc9
1 changed files with 1 additions and 0 deletions
|
|
@ -258,6 +258,7 @@ def no_newline_id_generator(test_name):
|
|||
org_name = test_name
|
||||
test_name = test_name\
|
||||
.replace('\n', '_N') \
|
||||
.replace('\r', '_N') \
|
||||
.replace('\t', '_T') \
|
||||
.replace(' ', '_S')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue