Commit f84654d
authored
🩹 [Patch]: Encode all PowerShell files using UTF8 with BOM (#118)
## Description
This pull request makes a minor change to the `Planets.ps1` files in
both test repositories. The only update is the addition of a Unicode
Byte Order Mark (BOM) at the beginning of each file to ensure proper
encoding.
- Added a Unicode BOM to the start of `Planets.ps1` in both
`srcTestRepo` and `srcWithManifestTestRepo` to enforce UTF-8 encoding.1 parent eee6fb1 commit f84654d
File tree
2 files changed
+2
-2
lines changed- tests
- srcTestRepo/src/variables/public
- srcWithManifestTestRepo/src/variables/public
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments