helping build
This commit is contained in:
parent
67039e43dd
commit
3da1457f99
|
@ -131,6 +131,7 @@ public class OutputsTest {
|
|||
state.readBufferedReader(test, (outputValueConsumer));
|
||||
assertEquals(
|
||||
"#include \"pch.h\"\n" +
|
||||
"#include \"value_lookup.h\"\n" +
|
||||
"float getOutputValueByName(const char *name) {\n" +
|
||||
"\tif (strEqualCaseInsensitive(name, \"issue_294_31\"))\n" +
|
||||
"\t\treturn engine->outputChannels.issue_294_31;\n" +
|
||||
|
|
Loading…
Reference in New Issue