add tests for a test app with unicode characters in the path

This commit is contained in:
Bryan Thornbury 2016-04-20 12:43:34 -07:00 committed by Eric Erhardt
parent 5c8ef57585
commit 7a7b524b34
4 changed files with 81 additions and 0 deletions

View file

@ -0,0 +1,12 @@
using System;
namespace ConsoleApplication
{
public class Program
{
public static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}
}