String templates do not correctly support when used in indentation. For example (please replace all with real tabs):

$[	foo;
	bar]

produces something like:

	  foo;
    bar

(the tabs are all considered to be exactly four spaces, whereas tabs can actually subsume spaces when used together)

Submitted on 20 November 2009 at 10:56

Log in to post comments