From 1f9c0d0e95de85d7ae98272232b3ef121f478124 Mon Sep 17 00:00:00 2001 From: Rachel Fenichel Date: Fri, 25 May 2018 10:38:55 -0700 Subject: [PATCH] Add a comment with some context on this test. --- tests/jsunit/event_test.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/jsunit/event_test.js b/tests/jsunit/event_test.js index 9643a01bf..e0ba78f20 100644 --- a/tests/jsunit/event_test.js +++ b/tests/jsunit/event_test.js @@ -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);