| 
 | 
structure SMLPPTest0006 =
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 ind_sd
  val testIndent0001
  val testIndent0002
  val testIndent0003
  val testIndent0004
  val testIndent0005
  val suite
end
| case | description | 
|---|---|
| Indent0001 | including single indent, but not required to insert newline | 
| Indent0002 | including single indent and required to insert newline at indicators within the indent region. | 
| Indent0003 | including multiple newline indicators within an indent region | 
| Indent0004 | including nested indent indicator | 
| Indent0005 | including indent indicator whose indent width is negative integer | 
| Value detail | 
|---|
val prettyPrint
val ind_s1
val ind_s2
val ind_sd
val testIndent0001
val testIndent0002
val testIndent0003
val testIndent0004
val testIndent0005
val suite
| 
 |