Issue #86: fix token column computation
diff --git a/z_test.py b/z_test.py
index a87a9ae..962c72c 100644
--- a/z_test.py
+++ b/z_test.py
@@ -96,7 +96,7 @@
     #--------------- Parsing
     source_code = r'''
     typedef int int8_t;
-    kw*
+    int boo, 8sd;
     
     
     '''