mirror of
https://github.com/google/blockly.git
synced 2026-06-17 00:25:14 +02:00
ecc41372d7
JSON array with null or undefined value will now skip the offending item, and proceed to load following items. Added tests for null and undefined array elements. * Testing handling null and undefined id in block definition. * Adding test utility function to capture console warnings. * Test assumption that creating a simple block will not cause a warning. This is assumed when later checking warning counts.