]> gitweb.factorcode.org Git - factor.git/blob - extra/fuel/pprint/pprint-tests.factor
more test IN: cleanup.
[factor.git] / extra / fuel / pprint / pprint-tests.factor
1 ! Copyright (C) 2009 Jose Antonio Ortega Ruiz.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: compiler.errors fuel.pprint io.streams.string tools.test ;
4
5 { "(source-file-error nil \"hi\")" } [
6     [ "hi" "there" <compiler-error> fuel-pprint ] with-string-writer
7 ] unit-test