mirror of
https://github.com/ZuneDev/ZuneUIXTools.git
synced 2026-07-27 13:11:59 -07:00
Allow underscores, dashes, and digits in identifiers
This commit is contained in:
@@ -20,6 +20,7 @@ public class Assembly(ITestOutputHelper output)
|
||||
.import-ns Me as me
|
||||
.import-ns assembly://UIX/Microsoft.Iris as iris
|
||||
.import-type iris:Command
|
||||
.import-type Int32
|
||||
|
||||
|
||||
.section data
|
||||
@@ -40,7 +41,7 @@ main:
|
||||
output.WriteLine(ast.ToString());
|
||||
|
||||
Assert.NotNull(ast);
|
||||
Assert.Equal(3 + 1 + 2, ast.Directives.Count());
|
||||
Assert.Equal(3 + 2 + 2, ast.Directives.Count());
|
||||
Assert.Equal(9, ast.Body.Count());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user