io.streams.256color: adding some tests.

db4
John Benediktsson 2012-07-24 12:03:22 -07:00
parent 3c16ee05b7
commit fe457b5773
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
! Copyright (C) 2012 John Benediktsson
! See http://factorcode.org/license.txt for BSD license
USING: colors.constants io.streams.256color
io.streams.256color.private tools.test ;
{ 16 } [ COLOR: black color>256color ] unit-test
{ 196 } [ COLOR: red color>256color ] unit-test
{ 46 } [ COLOR: green color>256color ] unit-test
{ 21 } [ COLOR: blue color>256color ] unit-test
{ 231 } [ COLOR: white color>256color ] unit-test