AjTalk.Tests.Compiler.VmCompilerTests.CompileBlockWithDot C# (CSharp) 메소드

CompileBlockWithDot() 개인적인 메소드

private CompileBlockWithDot ( ) : void
리턴 void
        public void CompileBlockWithDot()
        {
            Block block = this.compiler.CompileBlock("[. 1. 2]");
            Assert.IsNotNull(block);
        }