Tweaked unique chars test cases section to be more consistent with other notebooks.

This commit is contained in:
Donne Martin 2015-07-05 08:31:41 -04:00
parent 08c57f3774
commit 4f5b441b5a

View File

@ -51,8 +51,6 @@
"source": [ "source": [
"## Test Cases\n", "## Test Cases\n",
"\n", "\n",
"*It is important to identify and run through general and edge cases by hand.*\n",
"\n",
"* '' -> True\n", "* '' -> True\n",
"* 'foo' -> False\n", "* 'foo' -> False\n",
"* 'bar' -> True" "* 'bar' -> True"