Exemple #1
0
 public void TryParse_NeverThrows(string sut)
 {
     Assert.False(FastFloatParser.TryParseFloat(sut, out _));
 }