6 references to TestNormalizeStatement
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (6)
Syntax\SyntaxNormalizerTests.vb (6)
513
TestNormalizeStatement
("a", "a")
516
TestNormalizeStatement
("if a then b", "if a then b")
517
TestNormalizeStatement
("if a then b else c", "if a then b else c")
518
TestNormalizeStatement
("if a then b else if c then d else e", "if a then b else if c then d else e")
519
TestNormalizeStatement
("if a then b else if c then d else e", "if a then b else if c then d else e")
528
TestNormalizeStatement
("if a then:b:end if", "if a then : b : end if")