meientau / pstest

A PostScript unit test framework, written in PostScript.
MIT License
0 stars 0 forks source link

Don't output current object twice if two tests fail for it #4

Closed meientau closed 8 years ago

meientau commented 8 years ago

Is:

banana
  should be yellow

banana
  should be sweet

Should be:

banana
  should be yellow
  should be sweet