fix: only strip whitespaces and tabs, \n\r are left because they maybe used in changeset

This commit is contained in:
debugtalk
2020-06-04 15:15:46 +08:00
parent 8ca177cc44
commit 75228d15f0
2 changed files with 3 additions and 1 deletions

View File

@@ -10,6 +10,7 @@
- fix: missing request json
- fix: override testsuite/testcase config verify
- fix: only strip whitespaces and tabs, \n\r are left because they maybe used in changeset
**Changed**