Skip to content

Commit 29a6b4f

Browse files
committed
Revert change to goldenText
1 parent 6800e82 commit 29a6b4f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/goldenText.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,7 @@ export class GoldenText {
186186
.replace(/VM\d+/g, 'VM<xx>')
187187
.replace(/\r\n/g, '\n')
188188
.replace(/@\ .*vscode-pwa(\/|\\)/g, '@ ')
189-
.replace(/data:text\/html;base64,[a-zA-Z0-9+/]*=?/g, '<data-url>')
190-
.replace(/eval-[0-9a-f]+.repl/g, 'eval-<xx>.repl');
189+
.replace(/data:text\/html;base64,[a-zA-Z0-9+/]*=?/g, '<data-url>');
191190
}
192191

193192
log(item: any, title?: string, stabilizeNames?: string[]): any {

0 commit comments

Comments
 (0)