|
structure SMLPPTest0003 =
struct
structure Assert = SMLUnit.Assert
structure Test = SMLUnit.Test
structure Testee = SMLPP
structure FE = Testee.FormatExpression
structure PP = Testee.PrinterParameter
val prettyPrint
val ind_1
val ind_2
val TESTNEWLINEINDICATOR_EXPRESSION
val testNewlineIndicator0001
val testNewlineIndicator0002
val testNewlineIndicator0003
val testNewlineIndicator0004
val suite
end
These cases pretty-print expressions which contain newline indicators.
case | description |
---|---|
NewlineIndicator0001 | specifies the minimum number of columns which does not require to insert newline at any of indicators. |
NewlineIndicator0002 | specifies the maximum number of columns which requires to insert newline at the highest of indicators |
NewlineIndicator0003 | specifies the minimum number of columns which causes to insert newline at the highest of indicators |
NewlineIndicator0004 | specifies the maximum number of columns which causes to insert newline at all of indicators |
Value detail |
---|
val prettyPrint
val ind_1
val ind_2
val TESTNEWLINEINDICATOR_EXPRESSION
val testNewlineIndicator0001
val testNewlineIndicator0002
val testNewlineIndicator0003
val testNewlineIndicator0004
val suite
|