Request d.vim testing

Adam D. Ruppe destructionator at gmail.com
Mon May 20 17:04:07 PDT 2013


On Monday, 20 May 2013 at 23:57:21 UTC, Jesse Phillips wrote:
> I was going to give an example of something that would fail... 
> but I can't think of anything that should fail.

A string in single quotes doesn't pass. I use it for inline 
javascript sometimes and hits this:

a.onclick = q{
    var a = 'something'; // this won't compile in D - it will have 
to use double quotes
    return false;
};

test.d(5): Error: unterminated character constant


More information about the Digitalmars-d mailing list