From 2628aa422e9f543738661b43c81a3c300126cd70 Mon Sep 17 00:00:00 2001 From: Yoshi Askharoun Date: Thu, 1 Feb 2024 11:43:03 -0600 Subject: [PATCH] Update test for namespace import --- libs/UIX.Test/Resources/testA.uix | 6 +++++- test/testA.uix | 6 +++++- test/testA.uixa | 18 ++++++++++++++++++ 3 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 test/testA.uixa diff --git a/libs/UIX.Test/Resources/testA.uix b/libs/UIX.Test/Resources/testA.uix index e030945..56b3cbc 100644 --- a/libs/UIX.Test/Resources/testA.uix +++ b/libs/UIX.Test/Resources/testA.uix @@ -1,5 +1,9 @@ - + + + + Howdy from Microsoft.Iris! diff --git a/test/testA.uix b/test/testA.uix index e030945..56b3cbc 100644 --- a/test/testA.uix +++ b/test/testA.uix @@ -1,5 +1,9 @@ - + + + + Howdy from Microsoft.Iris! diff --git a/test/testA.uixa b/test/testA.uixa new file mode 100644 index 0000000..f22ff84 --- /dev/null +++ b/test/testA.uixa @@ -0,0 +1,18 @@ +COBJ 2 +PSHC 0 +PINI 1 +PSHC 1 +PINI 2 +PINI 0 +RETV +RETV +COBJ 2 +PSHC 2 +PINI 1 +PSHC 3 +PINI 3 +PSHC 4 +PINI 2 +PINI 0 +RETV +RETV \ No newline at end of file