Adding appropriate test values to number field test blocks (#1943)

This commit is contained in:
Andrew n marshall
2018-06-26 18:19:01 -07:00
committed by GitHub
parent d4a4b79dd5
commit eafc3cd099

View File

@@ -1131,10 +1131,18 @@ h1 {
</category>
<category name="Fields">
<label text="Numbers"></label>
<block type="test_number"></block>
<block type="test_integer"></block>
<block type="test_number_hundredths"></block>
<block type="test_integer_bounded"></block>
<block type="test_number">
<field name="NUM">123.456</field>
</block>
<block type="test_integer">
<field name="NUM">123.456</field>
</block>
<block type="test_number_hundredths">
<field name="NUM">123.456</field>
</block>
<block type="test_integer_bounded">
<field name="NOTE">60</field>
</block>
<label text="Drop-downs"></label>
<block type="example_dropdown_long"></block>
<block type="example_dropdown_images"></block>