* Fix bug 3668.

This commit is contained in:
holan20180123
2020-12-03 13:16:40 +08:00
parent 9021b5574a
commit 467b6c6e3e
+4 -3
View File
@@ -1247,9 +1247,10 @@ class testcase extends control
$childId ++;
}
}
$case->stepDesc = trim($case->stepDesc);
$case->stepExpect = trim($case->stepExpect);
$case->real = trim($case->real);
$case->stepDesc = trim($case->stepDesc);
$case->stepExpect = trim($case->stepExpect);
$case->real = trim($case->real);
$case->precondition = html_entity_decode($case->precondition, ENT_QUOTES);
if($this->post->fileType == 'csv')
{