1
0
Fork 0
factor-puzzles/rosalind/edit/edit-tests.factor

6 lines
192 B
Factor

! Copyright (C) 2021 Bubbler.
! See http://factorcode.org/license.txt for BSD license.
USING: tools.test rosalind.edit ;
IN: rosalind.edit.tests
{ 5 } [ "PLEASANTLY" "MEANLY" edit ] unit-test