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

6 lines
192 B
Factor
Raw Permalink Normal View History

2020-11-29 08:22:10 +01:00
! 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