test: cleanup
This commit is contained in:
@@ -5,7 +5,7 @@ namespace InkBlot.Tests;
|
||||
|
||||
public class MultiDivertTest : TestBase
|
||||
{
|
||||
private IStoryNode[] MyParseText(string text, bool stripSpaces)
|
||||
private static IStoryNode[] MyParseText(string text, bool stripSpaces)
|
||||
{
|
||||
var (story, diagnostics) = ParseText(stripSpaces ? text.Replace(" ", "").Replace("\t", "") : text);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user