7 lines
213 B
Factor
7 lines
213 B
Factor
|
! Copyright (C) 2021 Bubbler.
|
||
|
! See http://factorcode.org/license.txt for BSD license.
|
||
|
USING: tools.test rosalind.cat ;
|
||
|
IN: rosalind.cat.tests
|
||
|
|
||
|
{ 2 } [ "AUAU" cat ] unit-test
|
||
|
{ 2 } [ "UAGCGUGAUCAC" cat ] unit-test
|