|
structure SMLPPTest0004 =
struct
structure Assert = SMLUnit.Assert
structure Test = SMLUnit.Test
structure Testee = SMLPP
structure FE = Testee.FormatExpression
structure PP = Testee.PrinterParameter
val prettyPrint
val ind_s1
val ind_s2
val TESTSPACENEWLINEINDICATOR_EXPRESSION
val testSpaceNewlineIndicator0001
val testSpaceNewlineIndicator0002
val testSpaceNewlineIndicator0003
val testSpaceNewlineIndicator0004
val suite
end
These cases pretty-print expressions which contain indicators which indicate both space and newline.
case | description |
---|---|
SpaceNewlineIndicator0001 | specifies the minimum number of columns which does not require to insert newline at any of indicators. |
SpaceNewlineIndicator0002 | specifies the maximum number of columns which requires to insert newline at the highest of indicators |
SpaceNewlineIndicator0003 | specifies the minimum number of columns which causes to insert newline at the highest of indicators |
SpaceNewlineIndicator0004 | specifies the maximum number of columns which causes to insert newline at all of indicators |
Value detail |
---|
val prettyPrint
val ind_s1
val ind_s2
val TESTSPACENEWLINEINDICATOR_EXPRESSION
val testSpaceNewlineIndicator0001
val testSpaceNewlineIndicator0002
val testSpaceNewlineIndicator0003
val testSpaceNewlineIndicator0004
val suite
|