File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/vs/platform/contextkey/test/common Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ suite('Context Key Scanner', () => {
154
154
155
155
test ( `resource =~ //foo/(barr|door/(Foo-Bar%20Templates|Soo%20Looo)|Web%20Site%Jjj%20Llll)(/.*)*$/` , ( ) => {
156
156
const input = `resource =~ //foo/(barr|door/(Foo-Bar%20Templates|Soo%20Looo)|Web%20Site%Jjj%20Llll)(/.*)*$/` ;
157
- assert . deepStrictEqual ( parseToStr ( input ) , "resource =~ /\\/FileCabinet \\/(SuiteScripts|Templates \\/(E-mail %20Templates|Marketing%20Templates )|Web%20Site%20Hosting%20Files )(\\/.*)*$/" ) ;
157
+ assert . deepStrictEqual ( parseToStr ( input ) , "resource =~ /\\/foo \\/(barr|door \\/(Foo-Bar %20Templates|Soo%20Looo )|Web%20Site%Jjj%20Llll )(\\/.*)*$/" ) ;
158
158
} ) ;
159
159
160
160
test ( `resource =~ /((/scratch/(?!update)(.*)/)|((/src/).*/)).*$/` , ( ) => {
You can’t perform that action at this time.
0 commit comments