We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6800e82 commit 29a6b4fCopy full SHA for 29a6b4f
src/test/goldenText.ts
@@ -186,8 +186,7 @@ export class GoldenText {
186
.replace(/VM\d+/g, 'VM<xx>')
187
.replace(/\r\n/g, '\n')
188
.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');
+ .replace(/data:text\/html;base64,[a-zA-Z0-9+/]*=?/g, '<data-url>');
191
}
192
193
log(item: any, title?: string, stabilizeNames?: string[]): any {
0 commit comments