[Issue 7918] Crash when using heredoc syntax in DMD v2.05[89] on Win7 [64bit]

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Apr 20 05:57:30 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=7918



--- Comment #2 from Dejan Lekic <dejan.lekic at gmail.com> 2012-04-20 05:58:27 PDT ---
(In reply to comment #1)
> Can you do something like this on Windows 7:
> 
> C:\work> powershell -Sta -NoProfile -NonInteractive -Command "
> $date = get-date;
> $date.ToString('o');
> " [ENTER]
> 
> Can you?

Actually, it is like this:

C:\work> powershell -Sta -NoProfile -NonInteractive -Command "$date = get-date;
$date.ToString('o');
" [ENTER]

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list