Skip to content

fix: restore em-dash characters corrupted to ??? in launch tests#247

Merged
Alan-Jowett merged 1 commit intomicrosoft:mainfrom
Alan-Jowett:fix/restore-em-dashes-launch-test
Apr 16, 2026
Merged

fix: restore em-dash characters corrupted to ??? in launch tests#247
Alan-Jowett merged 1 commit intomicrosoft:mainfrom
Alan-Jowett:fix/restore-em-dashes-launch-test

Conversation

@Alan-Jowett
Copy link
Copy Markdown
Member

PR #238 introduced encoding corruption where em-dash characters () were replaced with ??? in four locations in cli/tests/launch.test.js. This restores the original Unicode em-dash (U+2014) characters.

Changes

  • Line 2: comment header
  • Line 49: assertion message
  • Line 260: assertion message
  • Line 334: comment

All four are cosmetic string fixes — no logic changes.

PR microsoft#238 introduced encoding corruption where em-dash characters (—)
were replaced with ??? in four locations in launch.test.js. This
restores the original Unicode em-dash (U+2014) characters.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings April 16, 2026 15:30
@Alan-Jowett Alan-Jowett merged commit 4933589 into microsoft:main Apr 16, 2026
6 checks passed
@Alan-Jowett Alan-Jowett deleted the fix/restore-em-dashes-launch-test branch April 16, 2026 15:31
Copy link
Copy Markdown
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

Restores intended Unicode em-dash characters (U+2014) in cli/tests/launch.test.js after PR #238 introduced ??? encoding corruption, keeping test comments and assertion messages readable and consistent with other CLI tests.

Changes:

  • Fix header comment to use an em-dash instead of ???.
  • Fix two assertion message strings to use an em-dash instead of ???.
  • Fix a test comment to use an em-dash instead of ???.

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