Skip to content

Instantly share code, notes, and snippets.

@sizovs
Last active August 29, 2015 14:04
Show Gist options
  • Save sizovs/3af0f19a43cf7ec53d48 to your computer and use it in GitHub Desktop.
Save sizovs/3af0f19a43cf7ec53d48 to your computer and use it in GitHub Desktop.
def "returns null if there is nothing to tokenize"() {
expect:
tokenizer.tokenize(tokenizable) == result
where:
tokenizable || result
null || null
"" || null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment