mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Re-enable regex highlight test (#244014)
* Re-enable regex highlight test
* 🤦♀️
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
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