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:
Alex Ross
2025-03-18 17:41:26 +01:00
committed by GitHub
parent fc498c1ba6
commit b184dce8db

View File

@@ -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))?```/;