Skip to content

Commit db8635b

Browse files
committed
Fix invalid escapes in suite.py
1 parent ba2e1b7 commit db8635b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mx.graalpython/suite.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -859,10 +859,10 @@
859859
"prefix": "",
860860
"ignorePatterns": [
861861
".pyc",
862-
"\/__pycache__\/",
863-
"\/test\/",
864-
"\/tests\/",
865-
"\/idle_test\/",
862+
"\\/__pycache__\\/",
863+
"\\/test\\/",
864+
"\\/tests\\/",
865+
"\\/idle_test\\/",
866866
"\\\\__pycache__\\\\",
867867
"\\\\test\\\\",
868868
"\\\\tests\\\\",

0 commit comments

Comments
 (0)