mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 02:08:47 +00:00
Remove regex test to fix build (#243884)
This is a temporary measure to unblock the build, will re-enable shortly.
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
const a = /\\\xFF/;
|
||||
const b = /[.*+\-?^${}()|[\]\\]/;
|
||||
const c = /\r\n|\r|\n/;
|
||||
const d = /\/\/# sourceMappingURL=[^ ]+$/;
|
||||
const e = /<%=\s*([^\s]+)\s*%>/;
|
||||
const f = /```suggestion(\u0020*(\r\n|\n))((?<suggestion>[\s\S]*?)(\r\n|\n))?```/;
|
||||
Reference in New Issue
Block a user