Skip to content

Commit

Permalink
fine that's not a word
Browse files Browse the repository at this point in the history
  • Loading branch information
zadjii-msft committed Mar 16, 2022
1 parent 0cfb463 commit bf3d79e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cascadia/UnitTests_TerminalCore/ConptyRoundtripTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3779,7 +3779,7 @@ void ConptyRoundtripTests::SimpleAltBufferTest()
// A's are in blue-on-green,
// B's are in red-on-yellow

// A oneliner version: (more or less)
// A oneline version: (more or less)
//
// printf "\x1b[2J\x1b[H" ; printf
// "\x1b[?25l\x1b[34;42mAAAAA\n\x1b[31;43mBBBBB\x1b[?25h" ; sleep 2 ; printf
Expand Down Expand Up @@ -3931,7 +3931,7 @@ void ConptyRoundtripTests::AltBufferToAltBufferTest()
// A's are in blue-on-green,
// B's are in red-on-yellow

// A oneliner version: (more or less)
// A oneline version: (more or less)
//
// printf "\x1b[2J\x1b[H" ; printf
// "\x1b[?25l\x1b[34;42mAAAAA\n\x1b[31;43mBBBBB\x1b[?25h" ; sleep 2 ; printf
Expand Down

1 comment on commit bf3d79e

@github-actions

This comment was marked as duplicate.

Please sign in to comment.