Ejemplo n.º 1
0
 public void VerifyActionScript()
 {
     DualParse(AttributeParser.Get("assemblyinfo.as"), " static var TestDescriptionAttribute = [ 1, \"text\", 12.3, FileModeRead, ['Number':2], ['Value': true]]; // Comment ");
 }
Ejemplo n.º 2
0
 public void VerifyJSharp()
 {
     DualParse(AttributeParser.Get("assemblyinfo.jsl"), " /**  @assembly System.Reflection.TestDescriptionAttribute ( 1 , \"text\", 12.3, FileMode.Read, Number=2, Value = true) */ // Comment ");
 }
Ejemplo n.º 3
0
 public void VerifyCpp()
 {
     DualParse(AttributeParser.Get("assemblyinfo.cpp"), "  [assembly : System::Reflection::TestDescriptionAttribute ( 1 , \"text\", 12.3, FileMode::Read, 'r', '\\'', Text \"with\" Identifiers, Number=2, Value = true) ]; // Comment ");
 }
Ejemplo n.º 4
0
 public void VerifyVb()
 {
     DualParse(AttributeParser.Get("assemblyinfo.vb"), "  <assembly : System.Reflection.TestDescriptionAttribute ( 1 , \"text\", 12.3, FileMode.Read, Number=2, Value = true) > ' Comment ");
 }
Ejemplo n.º 5
0
 public void VerifyCSharp()
 {
     DualParse(AttributeParser.Get("assemblyinfo.cs"), "  [assembly : System.Reflection.TestDescriptionAttribute ( 1 , \"text\", 12.3, FileMode.Read, '7', Number=2, Value = true) ] // Comment ");
 }