|
|
@ -553,7 +553,7 @@ namespace Google.Protobuf |
|
|
|
[Test] |
|
|
|
[Test] |
|
|
|
// Skip these test cases in .NET 5 because floating point parsing supports bigger values. |
|
|
|
// Skip these test cases in .NET 5 because floating point parsing supports bigger values. |
|
|
|
// These big values won't throw an error in the test. |
|
|
|
// These big values won't throw an error in the test. |
|
|
|
#if !NET5_0 |
|
|
|
#if !NETCOREAPP3_1_OR_GREATER |
|
|
|
[TestCase("1.7977e308")] |
|
|
|
[TestCase("1.7977e308")] |
|
|
|
[TestCase("-1.7977e308")] |
|
|
|
[TestCase("-1.7977e308")] |
|
|
|
[TestCase("1e309")] |
|
|
|
[TestCase("1e309")] |
|
|
|