2021-02-12 00:01:41 +01:00

13 lines
241 B
C++

#include <catch2/catch.hpp>
#include "Parsing/Commands/Impl/CommandsLexer.h"
#include "Parsing/Mock/MockParserLineStream.h"
namespace test::parsing::commands
{
TEST_CASE("CommandsLexer: ", "[parsing][commands]")
{
}
}