Merge remote-tracking branch 'origin/master' into nophead-issue_1928
This commit is contained in:
commit
809c4663d2
7 changed files with 31 additions and 0 deletions
1
tests/regression/echotest/allexpressions-expected.echo
Normal file
1
tests/regression/echotest/allexpressions-expected.echo
Normal file
|
|
@ -0,0 +1 @@
|
|||
ERROR: Experimental feature not enabled: 'lc-else'. Please check preferences.
|
||||
6
tests/regression/echotest/allfunctions-expected.echo
Normal file
6
tests/regression/echotest/allfunctions-expected.echo
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
WARNING: Invalid number of parameters for cross()
|
||||
WARNING: Parent module index (1) greater than the number of modules on the stack
|
||||
WARNING: Can't open DXF file ''.
|
||||
WARNING: Can't find dimension '' in '', layer ''!
|
||||
WARNING: Can't open DXF file ''.
|
||||
WARNING: Can't find cross in '', layer ''!
|
||||
8
tests/regression/echotest/allmodules-expected.echo
Normal file
8
tests/regression/echotest/allmodules-expected.echo
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
DEPRECATED: child() will be removed in future releases. Use children() instead.
|
||||
ECHO:
|
||||
DEPRECATED: The assign() module will be removed in future releases. Use a regular assignment instead.
|
||||
DEPRECATED: The dxf_linear_extrude() module will be removed in future releases. Use linear_extrude() instead.
|
||||
DEPRECATED: The dxf_rotate_extrude() module will be removed in future releases. Use rotate_extrude() instead.
|
||||
DEPRECATED: The import_stl() module will be removed in future releases. Use import() instead.
|
||||
DEPRECATED: The import_off() module will be removed in future releases. Use import() instead.
|
||||
DEPRECATED: The import_dxf() module will be removed in future releases. Use import() instead.
|
||||
3
tests/regression/echotest/let-module-tests-expected.echo
Normal file
3
tests/regression/echotest/let-module-tests-expected.echo
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
ECHO: 1, 2, 3
|
||||
ECHO: 5, 13, 18
|
||||
ECHO: 5, 10, 20
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
DEPRECATED: Imported file (localfile.dxf) found in document root instead of relative to the importing module. This behavior is deprecated
|
||||
DEPRECATED: Support for reading files in linear_extrude will be removed in future releases. Use a child import() instead.
|
||||
DEPRECATED: Support for reading files in rotate_extrude will be removed in future releases. Use a child import() instead.
|
||||
DEPRECATED: Imported file (localfile.dat) found in document root instead of relative to the importing module. This behavior is deprecated
|
||||
2
tests/regression/echotest/localfiles-test-expected.echo
Normal file
2
tests/regression/echotest/localfiles-test-expected.echo
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DEPRECATED: Support for reading files in linear_extrude will be removed in future releases. Use a child import() instead.
|
||||
DEPRECATED: Support for reading files in rotate_extrude will be removed in future releases. Use a child import() instead.
|
||||
7
tests/regression/echotest/use-tests-expected.echo
Normal file
7
tests/regression/echotest/use-tests-expected.echo
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
WARNING: Can't open library ''.
|
||||
WARNING: Can't open library 'non/existent/path/non-file'.
|
||||
WARNING: Can't open library 'test/'.
|
||||
WARNING: Can't open library '/'.
|
||||
WARNING: Ignoring unknown module 'test3'.
|
||||
WARNING: Ignoring unknown module 'test4'.
|
||||
WARNING: Ignoring unknown variable 'test2_variable'.
|
||||
Loading…
Reference in a new issue