mirror of
https://github.com/google/blockly.git
synced 2026-01-10 18:37:09 +01:00
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.