mirror of
https://github.com/google/blockly.git
synced 2026-01-10 02:17:09 +01:00
Adding warnings to not include <varaibles> (#1645)
...in generator test workspace files.
This commit is contained in:
committed by
GitHub
parent
9cd6b1ec24
commit
abb0047e41
@@ -1,4 +1,5 @@
|
||||
<xml xmlns="http://www.w3.org/1999/xhtml">
|
||||
<!-- Do not include <variables> here to test backward compatibility. -->
|
||||
<block type="unittest_main" x="0" y="1">
|
||||
<statement name="DO">
|
||||
<block type="procedures_callnoreturn">
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<xml xmlns="http://www.w3.org/1999/xhtml">
|
||||
<!-- Do not include <variables> here to test backward compatibility. -->
|
||||
<block type="unittest_main" x="0" y="0">
|
||||
<statement name="DO">
|
||||
<block type="variables_set" inline="false">
|
||||
|
||||
Reference in New Issue
Block a user