| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -76,7 +76,7 @@ describe('Worker threads do not spawn infinitely', { concurrency: true }, () => | |||
| 76 | 76 | ||
| 77 | 77 | assert.strictEqual(stderr, ''); | |
| 78 | 78 | // The worker code should always run before the --import, but the console.log might arrive late. | |
| 79 | - assert.match(stdout, /^A\r?\nA\r?\n(B\r?\nC|C\r?\nB)\r?\nD\r?\n$/); | ||
| 79 | + assert.match(stdout, /^A\r?\n(A\r?\nB\r?\nC|A\r?\nC\r?\nB|C\r?\nA\r?\nB)\r?\nD\r?\n$/); | ||
| 80 | 80 | assert.strictEqual(code, 0); | |
| 81 | 81 | assert.strictEqual(signal, null); | |
| 82 | 82 | }); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments