Some initial work on standard libraries
This commit is contained in:
14
UpsilonTests/StandardLibraryTests/BasicFunctionsTests.cs
Normal file
14
UpsilonTests/StandardLibraryTests/BasicFunctionsTests.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using Upsilon.Evaluator;
|
||||
using Xunit;
|
||||
|
||||
namespace UpsilonTests.StandardLibraryTests
|
||||
{
|
||||
public class BasicFunctionsTests
|
||||
{
|
||||
[Fact]
|
||||
public void Assert()
|
||||
{
|
||||
new Script("assert(true)").Evaluate();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user