fengzhangli / blockly

Automatically exported from code.google.com/p/blockly
0 stars 0 forks source link

Extra "get"s appear in English-language text_getSubstring block #142

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Go to "http://blockly-demo.appspot.com/blockly/apps/code/en.html"
2. Open the Text category.
3. Drag out the "get substring block".

What is the expected output? What do you see instead?

I expected the block to read:
"in text [get text] get substring from [letter #] to [letter #]"

Instead, I got:
"in text [get text] get substring from get [letter #] to get [letter #]"

See attached picture.

Original issue reported on code.google.com by sper...@google.com on 3 May 2013 at 9:23

Attachments:

GoogleCodeExporter commented 8 years ago
CL in flight.

Original comment by neil.fra...@gmail.com on 4 May 2013 at 4:53