mirror of
https://github.com/google/blockly.git
synced 2026-01-08 01:20:12 +01:00
Fix unit tests
This commit is contained in:
@@ -142,7 +142,7 @@ h1 {
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<xml id="toolbox-simple" style="display: none">
|
||||
<xml xmlns="https://developers.google.com/blockly/xml" id="toolbox-simple" style="display: none">
|
||||
<block type="controls_if"></block>
|
||||
<block type="logic_compare"></block>
|
||||
<!-- <block type="control_repeat"></block> -->
|
||||
@@ -161,7 +161,7 @@ h1 {
|
||||
<block type="logic_ternary"></block>
|
||||
</xml>
|
||||
|
||||
<xml id="toolbox-categories" style="display: none">
|
||||
<xml xmlns="https://developers.google.com/blockly/xml" id="toolbox-categories" style="display: none">
|
||||
<category name="Logic" colour="%{BKY_LOGIC_HUE}">
|
||||
<block type="controls_if"></block>
|
||||
<block type="logic_compare"></block>
|
||||
|
||||
Reference in New Issue
Block a user