changed comments, variable- and function-name(s)

Change-Id: Ia16593de365c591e80aee9f824922fc0da286d75
diff --git a/t/tokenization.t b/t/tokenization.t
index 932407b..5332196 100644
--- a/t/tokenization.t
+++ b/t/tokenization.t
@@ -41,6 +41,8 @@
 $cons->reset->tokenize("... Der");
 is_deeply($cons, [0,1,1,2,2,3,4,7]);
 
+# TODO:
+#   bug: '.' is not tokenized
 $cons->reset->tokenize(".Der");
 is_deeply($cons, [1,4]);