mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 14:58:10 -05:00
Add Header Lexer for ZCG cpp
This commit is contained in:
@ -0,0 +1,12 @@
|
||||
#include <catch2/catch.hpp>
|
||||
|
||||
#include "Parsing/Commands/Impl/CommandsLexer.h"
|
||||
#include "Parsing/Mock/MockParserLineStream.h"
|
||||
|
||||
namespace test::parsing::commands
|
||||
{
|
||||
TEST_CASE("CommandsLexer: ", "[parsing][commands]")
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user