]> gitweb.factorcode.org Git - factor.git/blob - extra/fuel/pprint/pprint-tests.factor
3ac268ac2290fa6abcfc396b45ab5b81360d7aa7
[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 IN: fuel.pprint.tests
5
6 { "(source-file-error nil \"hi\")" } [
7     [ "hi" "there" <compiler-error> fuel-pprint ] with-string-writer
8 ] unit-test