Fix test align block. (#3643)

This commit is contained in:
Monica Kozbial
2020-01-23 13:35:51 -08:00
committed by alschmiedt
parent fdb1d71e88
commit 46df648200

View File

@@ -164,8 +164,11 @@ Blockly.defineBlocksWithJsonArray([ // BEGIN JSON EXTRACT
},
{
"type": "test_align_all",
"message0": "text %1 long text left %2 text centre %3 much longer text right",
"message0": "text %1 long text left %2 text centre %3 much longer text right %4",
"args0": [
{
"type": "input_dummy",
},
{
"type": "input_dummy",
"align": "LEFT",