Commit d42b84a
fix: handle Linux root path in HTML export test
The test was checking that absolute paths (like Windows drive letters) are
not embedded in HTML output. However, on Linux, Path.GetPathRoot() returns
'/', which is commonly found in HTML content. Updated the test to skip this
check on non-Windows platforms.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent b9d6ceb commit d42b84a
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
336 | | - | |
| 336 | + | |
337 | 337 | | |
338 | 338 | | |
339 | 339 | | |
| |||
0 commit comments