shithub: mc

Download patch

ref: c62a377b27f8259a9270d95d02e8acbca21c2ac9
parent: fd284fa6b2ae5d7aa6f4cdccaed2344004bfef81
author: Ori Bernstein <[email protected]>
date: Mon Aug 6 19:25:37 EDT 2012

Modify test to add %s test case.

    Let's see why that shit ain't workin'

--- a/test.myr
+++ b/test.myr
@@ -25,7 +25,7 @@
 	;;
 	std.write(1, "Hello, 世界\n")
 	chartypes()
-	std.put("format output %i %i\n", 123, 321)
+	std.put("format output %i %i %s\n", 123, 321, "asdf")
 }
 
 const chartypes = {