diff tangotests/stdout1.d @ 151:d11848349f97 trunk

[svn r157] Fixed the nasty type==NULL bug :D
author lindquist
date Mon, 24 Mar 2008 20:48:40 +0100
parents 2c336566ffed
children
line wrap: on
line diff
--- a/tangotests/stdout1.d	Mon Mar 24 20:05:44 2008 +0100
+++ b/tangotests/stdout1.d	Mon Mar 24 20:48:40 2008 +0100
@@ -3,4 +3,5 @@
 void main()
 {
     Stdout("Hello World").newline;
+    Stdout.formatln("{} {}", "Hello", "World");
 }