IronRuby.Tests.Tests.Strings9 C# (CSharp) Method

Strings9() public method

public Strings9 ( ) : void
return void
        public void Strings9() {
            // TODO:
#if TODO
            var source = Engine.CreateScriptSource(new BinaryContentProvider(BinaryEncoding.Instance.GetBytes(@"""\u03a3""")), null, BinaryEncoding.Instance);
            AssertExceptionThrown<SyntaxErrorException>(() => source.Execute<MutableString>());
#endif
            // TODO: mixing incompatible encodings at compile time (literals "foo" "bar") or runtime "foo" + "bar"
        }
Tests