Renamed Boolean to differentiate from system boolean type
This commit is contained in:
@@ -13,7 +13,7 @@ namespace UpsilonTests
|
||||
var input = "if true then val = true end";
|
||||
var script = new Script(input);
|
||||
Assert.Empty(script.Diagnostics.Messages);
|
||||
var actual = script.Evaluate<Boolean>();
|
||||
var actual = script.Evaluate<LuaBoolean>();
|
||||
Assert.True(actual);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user