#include <catch2/catch.hpp>

#include "Parsing/Commands/Impl/CommandsLexer.h"
#include "Parsing/Mock/MockParserLineStream.h"

namespace test::parsing::commands::impl::commands_lexer
{
    TEST_CASE("CommandsLexer: ", "[parsing][commands]")
    {
        
    }
}