pack: add some tests for expand-pack-format.

db4
John Benediktsson 2014-02-24 13:48:11 -08:00
parent 77c122941d
commit dcd8d4ef51
1 changed files with 5 additions and 0 deletions

View File

@ -53,3 +53,8 @@ IN: pack.tests
"iii" pack ;
[ test-pack ] must-infer
{ "c" } [ "1c" expand-pack-format ] unit-test
{ "cccc" } [ "4c" expand-pack-format ] unit-test
{ "cccccccccccc" } [ "12c" expand-pack-format ] unit-test
{ "iccqqq" } [ "1i2c3q" expand-pack-format ] unit-test