view tests/mini/strings2.d @ 1193:c271eca933fb

Don't expand tilde ('~') in paths unless it's the first character of the path in question. This should fix #255.
author Frits van Bommel <fvbommel wxs.nl>
date Fri, 03 Apr 2009 16:35:47 +0200
parents 4f004553de33
children
line wrap: on
line source

void main()
{
    char[] s = "";
    assert(s);
}