Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
und - Updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AptiviCEO committed Aug 14, 2023
1 parent 70ec179 commit 7d84be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SpaceMan.Tests/ConversionTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ public void TestConvertSpacesWithMultipleBadSpacesExplicitToFile()
[Test]
public void TestConvertSpacesMultipleDifferentSpacesExplicitToFile()
{
// vvvvvv~~~vvvvvv~~~~~~~vvvvvv~~vvvvvv~~~vvvvvv~~~~ These are the non-breaking spaces
// vvvvvv~~~vvvvvv~~~~~~~vvvvvv~~vvvvvv~~~vvvvvv~~~~ These are bad spaces
string text = "Hello\u00a0and\u200Bwelcome\u2008to\u200Bthe\u00a0world!";
string expectedResult = "Hello and welcome to the world!";
var analysisResult = SpaceAnalysisTools.AnalyzeSpaces(text);
Expand Down

0 comments on commit 7d84be1

Please sign in to comment.