Skip to content

Commit

Permalink
One more test.
Browse files Browse the repository at this point in the history
  • Loading branch information
LastDragon-ru committed Dec 7, 2024
1 parent 424ee95 commit 374de03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/documentator/src/Markdown/UtilsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public function testIsPathToSelf(): void {
self::assertFalse(Utils::isPathToSelf($a, '/a.md'));
self::assertFalse(Utils::isPathToSelf($a, '../a.md'));

self::assertTrue(Utils::isPathToSelf($b, '/path/to/b.md'));
self::assertFalse(Utils::isPathToSelf($b, 'a.md'));
self::assertFalse(Utils::isPathToSelf($b, './a.md#fragment'));

Expand Down

0 comments on commit 374de03

Please sign in to comment.