Better canonical constant encoding

This commit is contained in:
Yoshi Askharoun
2024-12-29 18:29:54 -06:00
parent 570e5e98d1
commit 9d56376181
4 changed files with 47 additions and 50 deletions
+1
View File
@@ -108,6 +108,7 @@ Alt_locl:
OutputFileName = uibPathAc
};
_output.WriteLine($"Disassembly: {uixaPath}");
_output.WriteLine($"Expected: {uibFile.Path}");
_output.WriteLine($"Actual: {compilerInput.OutputFileName}");
+14
View File
@@ -62,4 +62,18 @@
</Content>
</UI>
<UI Name="AligningContent">
<!-- This UI provides an example of docking a panel with text to the bottom of a window. -->
<Content>
<Panel Margins="10">
<Layout>
<DockLayout DefaultLayoutInput="Bottom"/>
</Layout>
<Children>
<Text Content="This text is at the bottom of the panel."/>
</Children>
</Panel>
</Content>
</UI>
</UIX>