638d42c1ebe6

Sort for unit tests
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 24 Dec 2018 15:23:56 -0500
parents 32944636e2d3
children 2bb2d67ebe22
branches/tags (none)
files src/problems/gc.lisp src/problems/lgis.lisp src/problems/sign.lisp

Changes

--- a/src/problems/gc.lisp	Mon Dec 24 01:25:44 2018 -0500
+++ b/src/problems/gc.lisp	Mon Dec 24 15:23:56 2018 -0500
@@ -9,6 +9,7 @@
 >Rosalind_0808
 CCACCCTCGTGGTATGGCTAGGCATTCAGGAACCGGAGAACGCTTCAGACCAGCCCGGAC
 TGGGAACCTGCGGGCAGTAGGTGGAAT")
+
 (defparameter *output-gc* "Rosalind_0808
 60.919540")
 
--- a/src/problems/lgis.lisp	Mon Dec 24 01:25:44 2018 -0500
+++ b/src/problems/lgis.lisp	Mon Dec 24 15:23:56 2018 -0500
@@ -71,7 +71,7 @@
 
   `predicate` must be a comparison predicate like `<` or `>=`.
 
-  If there are multiple longest sequences, an arbitrary one is returned
+  If there are multiple longest sequences, an arbitrary one is returned.
 
   Examples:
 
--- a/src/problems/sign.lisp	Mon Dec 24 01:25:44 2018 -0500
+++ b/src/problems/sign.lisp	Mon Dec 24 15:23:56 2018 -0500
@@ -5,10 +5,10 @@
 (defparameter *output-sign* "8
 -1 -2
 -1 2
+-2 -1
+-2 1
 1 -2
 1 2
--2 -1
--2 1
 2 -1
 2 1")