openscad/testdata/scad/misc
Marius Kintel 1bbbfad575 #964 Added test for checking correct export of nonmanifold objects 2014-12-11 17:24:35 -05:00
..
localfiles_dir Added failing test for the #217 regression 2013-05-08 16:34:38 +02:00
sub1 Forgot some files for the #837 testcase 2014-06-25 23:37:18 -04:00
sub2 Added absolute path tests to include and use tests, fixed bug using absolute paths in use and include 2012-01-14 03:25:09 +01:00
allexpressions.scad bugfix: dump of list comprehension if expression was buggy 2014-11-25 17:01:10 -05:00
allfunctions.scad Added missing moduledump tests for chr, concat, norm, cross, parent_module 2014-11-25 14:28:17 -05:00
allmodules.scad Added missing moduledump tests for offset and text 2014-11-25 14:30:03 -05:00
bad-stl-pcbvicebar.scad #337 Added more corner case tests from previous bugs 2014-08-18 01:50:33 -04:00
bad-stl-pcbvicebar.stl #337 Added more corner case tests from previous bugs 2014-08-18 01:50:33 -04:00
bad-stl-tardis.scad #337 Added more corner case tests from previous bugs 2014-08-18 01:50:33 -04:00
bad-stl-tardis.stl #337 Added more corner case tests from previous bugs 2014-08-18 01:50:33 -04:00
bad-stl-wing.scad #337 Added more corner case tests from previous bugs 2014-08-18 01:50:33 -04:00
bad-stl-wing.stl #337 Added more corner case tests from previous bugs 2014-08-18 01:50:33 -04:00
builtin-tests.scad Added builtin-tests 2011-11-05 17:06:13 +01:00
children-tests.scad Update 'children' test case using range [4 : -1 : 0] which is now valid. 2013-11-11 01:38:24 +01:00
chr-tests.scad Add test cases for chr(). 2014-07-13 19:18:48 +02:00
concat-tests.scad Make concat() a primary feature (not experimental) 2014-06-23 22:42:11 -04:00
dim-all.dxf Reorganized some tests 2011-11-12 20:46:00 +01:00
dim-all.scad Reorganized some tests 2011-11-12 20:46:00 +01:00
dxf-export.scad Reorganized some tests 2011-11-12 20:46:00 +01:00
echo-tests.scad add test for proper rounding of decimals in echo() 2012-07-26 20:49:58 -05:00
empty-shape-tests.scad Added test for empty geometry 2014-01-15 19:24:38 -05:00
empty-union.scad #337 Added more export tests, added failing export tests, handle 2D examples, added empty-union test 2014-08-17 16:06:25 -04:00
escape-test.scad Another try for Windows test compatibility; no backslashes in filenames 2011-11-24 23:13:12 +01:00
expression-evaluation-tests.scad Fix evaluation of ! expressions. 2014-12-05 20:54:01 +01:00
expression-shortcircuit-tests.scad Test case for #399 2013-06-25 23:17:51 -04:00
include test6.scad Added absolute path tests to include and use tests, fixed bug using absolute paths in use and include 2012-01-14 03:25:09 +01:00
include-recursive-test.scad Fix recursive include handling by using canonical path (fixes #885). 2014-07-30 00:14:03 +02:00
include-test5.scad Added absolute path tests to include and use tests, fixed bug using absolute paths in use and include 2012-01-14 03:25:09 +01:00
internal-cavity-polyhedron.scad #337 Added more corner case tests from previous bugs 2014-08-18 01:50:33 -04:00
internal-cavity.scad #337 Added more corner case tests from previous bugs 2014-08-18 01:50:33 -04:00
localfiles-test.scad I think this should fix issue #217 2013-04-05 01:30:09 -04:00
lookup-tests.scad Added testcase for #322 2013-05-09 17:28:05 +02:00
no-break-space-test.scad Related to #737 - allow for nbsp (0xc2a0) characters on the cmd-line 2014-05-29 18:22:32 -04:00
nonmanifold-polyhedron.scad #964 Added test for checking correct export of nonmanifold objects 2014-12-11 17:24:35 -05:00
normal-nan.scad Added test case for nan occuring in exported STL files 2011-12-26 13:21:29 +01:00
null-polygons.scad #587 Reorganized some tests to better distinguish between 2D and 3D tests. Added DXF export tests 2014-08-17 11:17:35 -04:00
operators-tests.scad Bugfix: Added missing code for properly comparing booleans 2014-08-26 14:52:22 -04:00
override.scad Simple test of -D cmd-line parameter 2014-02-17 21:04:37 -05:00
parent_module-tests.scad Added test case for parent_module() 2013-10-08 23:41:53 -04:00
parser-tests.scad Added support for parsing numbers in scientific notation, e.g. to allow roundtripping of written csg files as well as parsing of externally generated scad files 2011-11-05 16:22:48 +01:00
range-tests.scad Add test cases for new range expression handling. 2013-11-11 01:31:53 +01:00
recursion-tests.scad Added infinite module recursion test 2014-11-25 15:28:48 -05:00
rotate-empty-bbox.scad Testcase and fix for a problem transforming an empty bbox with very small numbers in a transformation matrix 2014-01-13 20:57:49 -05:00
rotate_extrude-hole.scad #112 Updated test images, added export tests 2014-08-18 15:39:01 -04:00
scope-assignment-tests.scad Test assignment in if, else and assign scopes 2014-11-25 00:44:12 -05:00
search-tests-unicode.scad Don't use assign now that it's deprecated 2014-11-25 00:43:48 -05:00
search-tests.scad #786 Added tests 2014-05-12 15:15:06 -04:00
sfære.scad Handle files with non-ascii filenames. Only rudimentary tested. Fixes #113 #290 2013-03-11 22:14:00 -04:00
string-indexing.scad string indexing tests 2011-11-13 12:15:28 -08:00
string-test.scad Reorganized some tests 2011-11-12 20:46:00 +01:00
string-unicode.scad Add specific tests for unicode len() 2013-12-06 18:33:42 +11:00
størrelse.scad Handle files with non-ascii filenames. Only rudimentary tested. Fixes #113 #290 2013-03-11 22:14:00 -04:00
tail-recursion-tests.scad Add tests to check tail recursion eliminiation. 2014-12-02 22:45:08 +01:00
unicode-tests.scad Add test cases for the escape sequences. 2014-06-24 20:09:04 +02:00
use test6.scad Added absolute path tests to include and use tests, fixed bug using absolute paths in use and include 2012-01-14 03:25:09 +01:00
use-test5.scad Added absolute path tests to include and use tests, fixed bug using absolute paths in use and include 2012-01-14 03:25:09 +01:00
utf8-tests-inc.scad Test case for UTF-8 include / use (issue #875). 2014-07-17 00:54:12 +02:00
utf8-tests-use.scad Test case for UTF-8 include / use (issue #875). 2014-07-17 00:54:12 +02:00
utf8-tests.scad Test case for UTF-8 include / use (issue #875). 2014-07-17 00:54:12 +02:00
value-reassignment-tests.scad Related to #399, reverted assignment evaluation order to be the same as in 2013.01 as the new implementation broke existing scripts. Added some experimental commented out code, which can be used as reference in the future 2013-06-13 10:29:39 -04:00
value-reassignment-tests2.scad Related to #399, reverted assignment evaluation order to be the same as in 2013.01 as the new implementation broke existing scripts. Added some experimental commented out code, which can be used as reference in the future 2013-06-13 10:29:39 -04:00
variable-scope-sub.scad Further refactoring of scope/context mechanisms. Mostly related to the new FileContext class. Not quite there yet, but almost 2013-04-26 17:45:03 -04:00
variable-scope-tests.scad Updated test to use children() instead of the deprecated child() 2014-02-17 22:19:31 -05:00
vector-values.scad Updated matrix and vector multiplication tests 2012-03-31 23:22:33 +02:00