// messy1.mof // RBLandau 20070119 // Test mofpretty to see if it plays nicely with poorly formatted // unpretty // mof text. // ================================================================== // CIM_Foo // ================================================================== [Version ( "2.13.0" ), Description ( "A test class to see how mofpretty handles certain situations " "such as very long description clauses without the stupid " "quotes all over the place and description lines that are short " "and ones that have a leading blank instead of a trailing blank " "and ones that have both a leading and a trailing blank and " "maybe even ones that have embedded linefeeds the way SNMP " "ASN.1 DESCRIPTION clauses all do. And ones that just go on and " "on and on and on and on and on and on and on and on and on and " "on and on and on and on and on and on and on and on and on and " "on and on and on and on and on and on and on and on and on and " "on and on and on and on and on and on and on and on and on and " "on and on and on and on and on and on and on and on and on and " "on and on and on and on and on and on and on and on and on " "until you get tired of pasting. Oh, and extra nuisance " "whitespace, too.") , UMLPackagePath ( "CIM::Device::Printing" )] class CIM_Foo : CIM_LogicalDevice { [Description ( "A property with its attributes all disordered and iffy " "indenting all over the place."), ValueMap { "1", "2", "3", "4", "5", "6", "7" }, Values { "Other", "Unknown", "Idle", "Printing", "Warmup", "Stopped Printing", "Offline" }, MappingStrings { "MIB.IETF|HOST-RESOURCES-MIB.hrPrinterStatus" }] uint16 FooStatus; };