plaidgroup / plaid-lang

The Plaid Programming Language Tools
11 stars 1 forks source link

Ant cannot build a code containing a string ends slash character. #58

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Ant cannot build a code containing a string like "c:\\", but it can build one 
with "c:\\foo".

method main()
{
    val p = "c:\\";
    printLine(p);
}

Original issue reported on code.google.com by akefi...@gmail.com on 4 Dec 2012 at 11:56