mirror of
https://github.com/ZuneDev/ZuneUIXTools.git
synced 2026-07-27 13:11:59 -07:00
[WIP] Implement more of AsmMarkupLoader
This commit is contained in:
@@ -44,10 +44,11 @@ main:
|
||||
Assert.Equal(9, ast.Body.Count());
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public async Task Assemble()
|
||||
[Theory]
|
||||
[InlineData("testA")]
|
||||
public async Task Assemble(string fileNameWithoutExtension)
|
||||
{
|
||||
using TempFile tempFile = new("testA.uixa", ".uixa");
|
||||
using TempFile tempFile = new($"{fileNameWithoutExtension}.uixa", ".uixa");
|
||||
await tempFile.InitAsync();
|
||||
|
||||
CompilerInput[] compilerInputs = [
|
||||
|
||||
Reference in New Issue
Block a user