Commit a2c4cfb
authored
🩹 [Patch]: Normalize path separators in PSScriptAnalyzer tests (#11)
## Description
This pull request includes a minor change to the
`PSScriptAnalyzer.Tests.ps1` file. The change ensures that backslashes
are replaced with forward slashes in the paths, improving consistency in
path formatting.
*
[`scripts/tests/PSScriptAnalyzer/PSScriptAnalyzer.Tests.ps1`](diffhunk://#diff-506030604c5eac4d6d266aa14f0e8cf3a8121425c1f579406e3a003d5b091ac9L77-R79):
Modified the path normalization logic to replace backslashes with
forward slashes.
## Type of change
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [ ] 📖 [Docs]
- [x] 🪲 [Fix]
- [ ] 🩹 [Patch]
- [ ] 1 parent 65f7758 commit a2c4cfb
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments