diff --git a/src/parser.rs b/src/parser.rs
index d387fdf..c0b2526 100644
--- a/src/parser.rs
+++ b/src/parser.rs
@@ -44,6 +44,7 @@ impl Parser {
             {
                 return;
             }
+            self.current += 1;
         }
     }