We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 038f0d3 commit 969f2bfCopy full SHA for 969f2bf
src/appengine/private/components/testcase-detail/testcase-detail.html
@@ -706,7 +706,7 @@
706
if (this.isStatusReady(info)) {
707
let title = info.testcase.crash_type;
708
if (info.crash_state_lines && info.crash_state_lines.length > 0) {
709
- title += ' · ';
+ title += ' \u00b7 ';
710
if (info.crash_state_lines[0].length > 60) {
711
title += info.crash_state_lines[0].substring(0, 57) + '...';
712
} else {
0 commit comments