Commit 6bfa95a
authored
🩹 [Patch]: Encode all PowerShell files using UTF8 with BOM (#20)
## Description
This pull request introduces a minor change to the `Planets.ps1` files
in both `srcTestRepo` and `srcWithManifestTestRepo`. The only difference
is the addition of a Unicode Byte Order Mark (BOM) at the beginning of
each file, which does not affect the functionality of the scripts.
- Added a Unicode BOM to the start of `Planets.ps1` in both
`tests/srcTestRepo/src/variables/public/` and
`tests/srcWithManifestTestRepo/src/variables/public/` for encoding
consistency.1 parent 24cac04 commit 6bfa95a
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