File tree 1 file changed +6
-6
lines changed
tests/Core/Tokenizers/Tokenizer
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -327,12 +327,12 @@ public static function dataSwitchDefault()
327
327
'closerMarker ' => '/* testSwitchDefaultNestedInMatchDefault */ ' ,
328
328
],
329
329
'switch_and_default_sharing_scope_closer ' => [
330
- 'testMarker ' => '/* testSwitchAndDefaultSharingScopeCloser */ ' ,
331
- 'openerMarker ' => '/* testSwitchAndDefaultSharingScopeCloser */ ' ,
332
- 'closerMarker ' => '/* testSwitchAndDefaultSharingScopeCloserScopeCloser */ ' ,
333
- 'conditionStop ' => null ,
334
- 'testContent ' => 'default ' ,
335
- 'sharedScopeCloser ' => true ,
330
+ 'testMarker ' => '/* testSwitchAndDefaultSharingScopeCloser */ ' ,
331
+ 'openerMarker ' => '/* testSwitchAndDefaultSharingScopeCloser */ ' ,
332
+ 'closerMarker ' => '/* testSwitchAndDefaultSharingScopeCloserScopeCloser */ ' ,
333
+ 'conditionStopMarker ' => null ,
334
+ 'testContent ' => 'default ' ,
335
+ 'sharedScopeCloser ' => true ,
336
336
],
337
337
'switch_and_default_with_nested_if_with_and_without_braces ' => [
338
338
'testMarker ' => '/* testSwitchDefaultNestedIfWithAndWithoutBraces */ ' ,
You can’t perform that action at this time.
0 commit comments