| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -69,8 +69,8 @@ function testSampleDebugSession() { | |||
| 69 | 69 | actual = v['value']['value']; | |
| 70 | 70 | expected = expects[v['name']][i]; | |
| 71 | 71 | if (actual !== expected) { | |
| 72 | - failures.push('Iteration ' + i + ' variable: ' + v['name'] + | ||
| 73 | - ' expected: ' + expected + ' actual: ' + actual); | ||
| 72 | + failures.push(`Iteration ${i} variable: ${v['name']} ` + | ||
| 73 | + `expected: ${expected} actual: ${actual}`); | ||
| 74 | 74 | } | |
| 75 | 75 | } | |
| 76 | 76 | }; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments