BooCompiler.Tests.CompilationTestFixture.RegularExpressionLiteralIsRegex C# (CSharp) Method

RegularExpressionLiteralIsRegex() private method

private RegularExpressionLiteralIsRegex ( ) : void
return void
        public void RegularExpressionLiteralIsRegex()
        {
            RunCompilerTestCase("re0.boo");
        }