Test cases

- Added expression test for `mixins/file.t` by using another embedding of the file `mixins/file.t`
feature/mixins
Tristan B. V. Kildaire 2 months ago
parent de8a309859
commit d8ec6f7a2f

@ -3,4 +3,7 @@ module file;
void main()
{
embed("source/tlang/testing/mixins/decl.txt");
int myVarName;
myVarName = embed("source/tlang/testing/mixins/decl2.txt")+1;
}

Loading…
Cancel
Save