Overview  Index  Help 

SMLPPTest0001


structure SMLPPTest0001 =
struct
  structure Assert = SMLUnit.Assert
  structure Test = SMLUnit.Test
  structure Testee = SMLPP
  structure FE = Testee.FormatExpression
  structure PP = Testee.PrinterParameter
  val prettyPrint
  val testTerm0001
  val testTerm0002
  val testTerm0003
  val suite
end

test cases for pretty-printing of terms.
Test cases matrix
casedescription
Term0001single term
Term0002sequence of terms
Term0003including spaces as terms

       
Value detail

prettyPrint

val prettyPrint


testTerm0001

val testTerm0001


testTerm0002

val testTerm0002


testTerm0003

val testTerm0003


suite

val suite

 


Overview  Index  Help