Add some simple tests

This commit is contained in:
Bond_009
2020-04-19 15:18:28 +02:00
parent 3142c9b990
commit 7f4a229cd2
20 changed files with 155 additions and 60 deletions

View File

@@ -82,6 +82,10 @@ namespace Emby.Server.Implementations.HttpServer
{
return null;
}
else if (inString.Length == 0)
{
return inString;
}
var newString = new StringBuilder(inString.Length);