Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(142)

Unified Diff: pkg/unittest/html_enhanced_config.dart

Issue 11031056: Add a space between test group iname and result summary (issue 3692). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/unittest/html_enhanced_config.dart
===================================================================
--- pkg/unittest/html_enhanced_config.dart (revision 13254)
+++ pkg/unittest/html_enhanced_config.dart (working copy)
@@ -192,6 +192,7 @@
</div>
<div ${_isIE ? "style='display:inline-block' ": ""}>
${test_.currentGroup}</div>
+ &nbsp;
<div ${_isIE ? "style='display:inline-block' ": ""}>
(${groupTestPassedCount}/${groupTotalTestCount})</div>
</div>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698