public void VerifyActionScript() { DualParse(AttributeParser.Get("assemblyinfo.as"), " static var TestDescriptionAttribute = [ 1, \"text\", 12.3, FileModeRead, ['Number':2], ['Value': true]]; // Comment "); }
public void VerifyJSharp() { DualParse(AttributeParser.Get("assemblyinfo.jsl"), " /** @assembly System.Reflection.TestDescriptionAttribute ( 1 , \"text\", 12.3, FileMode.Read, Number=2, Value = true) */ // Comment "); }
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 "); }
public void VerifyVb() { DualParse(AttributeParser.Get("assemblyinfo.vb"), " <assembly : System.Reflection.TestDescriptionAttribute ( 1 , \"text\", 12.3, FileMode.Read, Number=2, Value = true) > ' Comment "); }
public void VerifyCSharp() { DualParse(AttributeParser.Get("assemblyinfo.cs"), " [assembly : System.Reflection.TestDescriptionAttribute ( 1 , \"text\", 12.3, FileMode.Read, '7', Number=2, Value = true) ] // Comment "); }