13 references to AssertBadDecimalLiteral
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (13)
LexicalAndXml\LexicalTests.cs (13)
3675
AssertBadDecimalLiteral
("8e28m"); //too large
3678
AssertBadDecimalLiteral
("793E26m"); //too large
3681
AssertBadDecimalLiteral
("7922816251426433759354395034E1m"); //too large
3685
AssertBadDecimalLiteral
("79228162514264337593543950346E0m"); //too large
3688
AssertBadDecimalLiteral
("7922816251426433759354395034.6E1m"); //too large
3691
AssertBadDecimalLiteral
("7.9228162514264337593543950346E28m"); //too large
3694
AssertBadDecimalLiteral
("1e9999M");
3696
AssertBadDecimalLiteral
("1.0e9999M");
3700
AssertBadDecimalLiteral
("1e99999999999999999999999999M");
3702
AssertBadDecimalLiteral
("1.0e99999999999999999999999999M");
3720
AssertBadDecimalLiteral
("1.23456789012345678901234567890123456789012345678901234567890e29m");
3722
AssertBadDecimalLiteral
("123456789012345678901234567890123456789012345678901234567890e-30m");
3724
AssertBadDecimalLiteral
("123456789012345678901234567890.123456789012345678901234567890e-0m");