Skip to content

Conversation

@MariusStorhaug
Copy link
Member

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.

@MariusStorhaug MariusStorhaug self-assigned this Oct 12, 2025
Copilot AI review requested due to automatic review settings October 12, 2025 11:46
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a Unicode Byte Order Mark (BOM) to PowerShell files for encoding consistency. The change standardizes file encoding to UTF-8 with BOM across test repository files.

  • Added UTF-8 BOM to PowerShell files in test repositories
  • Ensures consistent encoding handling across the codebase
  • No functional changes to the PowerShell script logic

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
tests/srcWithManifestTestRepo/src/variables/public/Planets.ps1 Added UTF-8 BOM for encoding consistency
tests/srcTestRepo/src/variables/public/Planets.ps1 Added UTF-8 BOM for encoding consistency

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@MariusStorhaug MariusStorhaug merged commit 6bfa95a into main Oct 12, 2025
22 checks passed
@MariusStorhaug MariusStorhaug deleted the UTF8BOM branch October 12, 2025 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants