mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 08:50:25 +01:00
Changed to comma.
This commit is contained in:
@@ -109,7 +109,7 @@ namespace Terminal.Gui {
|
||||
Assert.Equal ("Pos.Factor(0)", pos.ToString ());
|
||||
|
||||
pos = Pos.Percent (0.5F);
|
||||
Assert.Equal ("Pos.Factor(0.005)", pos.ToString ());
|
||||
Assert.Equal ("Pos.Factor(0,005)", pos.ToString ());
|
||||
|
||||
pos = Pos.Percent (100);
|
||||
Assert.Equal ("Pos.Factor(1)", pos.ToString ());
|
||||
|
||||
Reference in New Issue
Block a user