| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 660c515 commit 33994d8
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1031,7 +1031,7 @@ if (typeof Symbol !== 'undefined') { | |||
| 1031 | 1031 | const npos = line.search(numRE); | |
| 1032 | 1032 | if (npos !== -1) { | |
| 1033 | 1033 | if (pos !== undefined) { | |
| 1034 | - assert.strictEqual(pos, npos, 'container items not aligned'); | ||
| 1034 | + assert.strictEqual(pos, npos); | ||
| 1035 | 1035 | } | |
| 1036 | 1036 | pos = npos; | |
| 1037 | 1037 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments