Skip to content

Instantly share code, notes, and snippets.

@pjotrp
Created June 18, 2010 06:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pjotrp/443321 to your computer and use it in GitHub Desktop.
Save pjotrp/443321 to your computer and use it in GitHub Desktop.
"splitSimplePass1" should "split on dash" in {
splitSimplePass1("ag--ct-t".toList,Gap1) should equal (List(List('a','g'),List('-','-'),List('c','t'),List('-'),List('t')))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment