mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-03 09:05:37 +08:00
@@ -41,7 +41,7 @@ angular.scenario.output('xml', function(context, runner, model) {
|
||||
stepContext.attr('status', step.status);
|
||||
it.append(stepContext);
|
||||
if (step.error) {
|
||||
var error = $('<error></error');
|
||||
var error = $('<error></error>');
|
||||
stepContext.append(error);
|
||||
error.text(formatException(stepContext.error));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user