Skip to content

Commit 7732ea3

Browse files
committed
fix test-regen bug
1 parent d5b6b5d commit 7732ea3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/00-setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ if (process.platform === 'win32' || !process.env.TEST_REGEN) {
140140
import { fileURLToPath } from 'url'
141141
142142
if (process.argv[1] === fileURLToPath(import.meta.url)) {
143-
console.log('TAP version 14\\n1..1\nok\\n')
143+
console.log('TAP version 14\\n1..1\\nok\\n')
144144
}
145145
146146
export const bashResults:{ [path: string]: string[] } = ${

test/bash-results.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
// generated via 'npm run test-regen'
12
import { fileURLToPath } from 'url'
23

3-
// generated via 'npm run test-regen'
44
if (process.argv[1] === fileURLToPath(import.meta.url)) {
55
console.log('TAP version 14\n1..1\nok\n')
66
}

0 commit comments

Comments
 (0)