6 lines
192 B
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
|