ref: 58582ade1b9641b0231052603372d08b77946852
parent: 5bd13051227a06d06f323e90c18ecd29af921aa2
author: Ori Bernstein <[email protected]>
date: Sun Aug 5 22:06:08 EDT 2012
Try a few more characters.
--- a/test.myr
+++ b/test.myr
@@ -32,7 +32,7 @@
var c
var buf : byte[32]
- s = " 1世界\n"
+ s = " 1世界 äa\n"
for (c, s) = std.striter(s); s.len != 0; (c, s) = std.striter(s)
if std.isspace(c)
std.write(1, "Space\n")