diff --git a/src/Lexer.cpp b/src/Lexer.cpp index b696bb6a8..7e0e0ef7d 100644 --- a/src/Lexer.cpp +++ b/src/Lexer.cpp @@ -118,6 +118,8 @@ bool Lexer::token (std::string& token, Type& type) return true; } + // TODO Try an rc.dateformat parse here. + type = typeNumber; token += utf8_character (_n0); shift (); diff --git a/test/duration.t.cpp b/test/duration.t.cpp index a9b544dc3..6071eb565 100644 --- a/test/duration.t.cpp +++ b/test/duration.t.cpp @@ -25,10 +25,6 @@ //////////////////////////////////////////////////////////////////////////////// #include -#include -#include -#include -#include #include #include #include