mirror of
https://github.com/google/blockly.git
synced 2026-01-09 01:50:11 +01:00
Fix test align block. (#3643)
This commit is contained in:
committed by
alschmiedt
parent
fdb1d71e88
commit
46df648200
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user