mirror of
https://github.com/google/blockly.git
synced 2026-01-10 02:17:09 +01:00
Add a comment with some context on this test.
This commit is contained in:
@@ -794,6 +794,9 @@ function test_events_newblock_newvar_xml() {
|
||||
function test_events_filter_nomerge_move() {
|
||||
// Move events should only merge if they refer to the same block and are
|
||||
// consecutive.
|
||||
// See github.com/google/blockly/pull/1892 for a worked example showing
|
||||
// how merging non-consecutive events can fail when replacing a shadow
|
||||
// block.
|
||||
eventTest_setUpWithMockBlocks();
|
||||
try {
|
||||
var block1 = createSimpleTestBlock(workspace);
|
||||
|
||||
Reference in New Issue
Block a user