Skip to content

Commit

Permalink
Cleanup code
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Dec 7, 2024
1 parent c240c15 commit 50f89f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/framework/tests/Unit/HeadingRendererUnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -307,10 +307,10 @@ public static function headingIdentifierProvider(): array
[' Leading spaces', 'leading-spaces'],
['Trailing spaces ', 'trailing-spaces'],
[' Surrounded by spaces ', 'surrounded-by-spaces'],
['----', ''], // All hyphens
['%%%%%%%', ''], // All special characters
[' ', ''], // Empty after trimming
['1234567890', '1234567890'], // Numbers only
['----', ''],
['%%%%%%%', ''],
[' ', ''],
['1234567890', '1234567890'],
];
}
}

0 comments on commit 50f89f8

Please sign in to comment.