/extra/gpu/shaders/shaders-tests.factor
http://github.com/abeaumont/factor · Factor · 12 lines · 9 code · 2 blank · 1 comment · 0 complexity · d8eb8c0c83439078e7b1845b5f593e10 MD5 · raw file
- ! (c)2009 Joe Groff bsd license
- USING: multiline gpu.shaders gpu.shaders.private tools.test ;
- IN: gpu.shaders.tests
- [ """ERROR: foo.factor:20: Bad command or filename
- INFO: foo.factor:30: The operation completed successfully
- NOT:A:LOG:LINE""" ]
- [ T{ shader { filename "foo.factor" } { line 19 } }
- """ERROR: 0:1: Bad command or filename
- INFO: 0:11: The operation completed successfully
- NOT:A:LOG:LINE""" replace-log-line-numbers ] unit-test