mirror of
https://github.com/Stone-Red-Code/YesNt-Interpreter.git
synced 2026-09-09 16:06:08 +02:00
Improve code formatting
This commit is contained in:
@@ -39,6 +39,6 @@ public class CodeFlowTests
|
||||
public void CalculationsTest()
|
||||
{
|
||||
Assert.Inconclusive();
|
||||
YesNtAssert.IsLineEqual("10 * 10 !calc", (20).ToString());
|
||||
YesNtAssert.IsLineEqual("10 * 10 !calc", 20.ToString());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user