Skip to content

Instantly share code, notes, and snippets.

@pjotrp
Created June 26, 2010 09:08
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/453916 to your computer and use it in GitHub Desktop.
Save pjotrp/453916 to your computer and use it in GitHub Desktop.
"splitSimplePass2" should "split on Gap2" in {
splitSimplePass2(List(A,G,Gap2,Gap2,C,T,Gap2,T),Gap2) should equal (List(List(A,G),List(Gap2,Gap2),List(C,T),List(Gap2),List(T)))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment