6 references to TestNormalizeStatement
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (6)
Syntax\SyntaxNormalizerTests.vb (6)
506
TestNormalizeStatement
("a", "a")
509
TestNormalizeStatement
("if a then b", "if a then b")
510
TestNormalizeStatement
("if a then b else c", "if a then b else c")
511
TestNormalizeStatement
("if a then b else if c then d else e", "if a then b else if c then d else e")
512
TestNormalizeStatement
("if a then b else if c then d else e", "if a then b else if c then d else e")
521
TestNormalizeStatement
("if a then:b:end if", "if a then : b : end if")