// messy1.mof // RBLandau 20070119 // Test mofpretty to see if it plays nicely with poorly formatted unpretty // mof text. // ================================================================== // CIM_Foo // ================================================================== [Version ( "2.13.0" ), UMLPackagePath ( "CIM::Device::Printing" ), 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. " )] class CIM_Foo : CIM_LogicalDevice { [ Values { "Other", "Unknown", "Idle", "Printing", "Warmup", "Stopped Printing", "Offline" }, Description ( "A property with its attributes all disordered " "and iffy indenting all over the place. "), MappingStrings { "MIB.IETF|HOST-RESOURCES-MIB.hrPrinterStatus" }, ValueMap { "1", "2", "3", "4", "5", "6", "7" } ] uint16 FooStatus; };