Descriptiontext/template: fix a couple of parse bugs around identifiers.
1) Poor error checking in variable declarations admitted
$x=2 or even $x%2.
2) Need white space or suitable termination character
after identifiers, so $x+2 doesn't parse, in case we want it
to mean something one day.
Number 2 in particular prevents mistakes that we will have
to honor later and so is necessary for Go 1.
Fixes issue 3270.
Fixes issue 3271.
Patch Set 1 #Patch Set 2 : diff -r 162b42fd9e57 https://code.google.com/p/go/ #Patch Set 3 : diff -r 7b88aab5cdb5 https://code.google.com/p/go/ #
MessagesTotal messages: 3
|