Shader: Add lexer tests

This commit is contained in:
SirLynix
2022-03-31 13:34:43 +02:00
parent 47f8081202
commit a4bca0f169
2 changed files with 38 additions and 2 deletions

View File

@@ -530,8 +530,6 @@ namespace Nz::ShaderLang
empty = false;
}
ss << '\n';
return std::move(ss).str();
}
}