This program fails:
import crack.io FStr;
i:=1;
msg := FStr() `number = '$i'`;
with:
ParseError: test.crk:3: End of stream in the middle of a token
It succeeds when changing the last line to:
msg := FStr() `number = '$(i)'`;
Original issue reported on code.google.com by Conrad.S...@gmail.com on 23 May 2012 at 6:33
Original issue reported on code.google.com by
Conrad.S...@gmail.com
on 23 May 2012 at 6:33