Skip to content

Commit dca244f

Browse files
authored
fix: Add labels to empty statement blocks for drag tests
Merge pull request #2580 from RoboErikG/add-labels
2 parents 4fbe595 + fc6ad74 commit dca244f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

plugins/block-test/src/connections/statement.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import * as Blockly from 'blockly/core';
1515
Blockly.defineBlocksWithJsonArray([
1616
{
1717
type: 'test_connections_statement_blue',
18-
message0: '%1',
18+
message0: 'Blue %1',
1919
args0: [
2020
{
2121
type: 'input_statement',
@@ -35,7 +35,7 @@ Blockly.defineBlocksWithJsonArray([
3535
},
3636
{
3737
type: 'test_connections_statement_yellow',
38-
message0: '%1',
38+
message0: 'Yellow %1',
3939
args0: [
4040
{
4141
type: 'input_statement',
@@ -59,7 +59,7 @@ Blockly.defineBlocksWithJsonArray([
5959
},
6060
{
6161
type: 'test_connections_statement_red',
62-
message0: '%1',
62+
message0: 'Red %1',
6363
args0: [
6464
{
6565
type: 'input_statement',
@@ -79,7 +79,7 @@ Blockly.defineBlocksWithJsonArray([
7979
},
8080
{
8181
type: 'test_connections_statement_nonext',
82-
message0: '%1',
82+
message0: 'None %1',
8383
args0: [
8484
{
8585
type: 'input_statement',

0 commit comments

Comments
 (0)