File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
tests/Core/Tokenizers/Tokenizer Expand file tree Collapse file tree 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()
327327 'closerMarker ' => '/* testSwitchDefaultNestedInMatchDefault */ ' ,
328328 ],
329329 '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 ,
336336 ],
337337 'switch_and_default_with_nested_if_with_and_without_braces ' => [
338338 'testMarker ' => '/* testSwitchDefaultNestedIfWithAndWithoutBraces */ ' ,
You can’t perform that action at this time.
0 commit comments