Exemplo n.º 1
0
 private void AssertNoop(string input)
 {
     Assert.AreEqual(input, IdentifierUtil.GetIdentifierMayStartNumeric(input));
 }
Exemplo n.º 2
0
 private void AssertDiff(
     string expected,
     string input)
 {
     Assert.AreEqual(expected, IdentifierUtil.GetIdentifierMayStartNumeric(input));
 }