openscad/testdata/scad/misc
Marius Kintel 5c57ed41e7 Added test for empty geometry 2014-01-15 19:24:38 -05:00
..
localfiles_dir Added failing test for the #217 regression 2013-05-08 16:34:38 +02:00
sub1/sub2/sub3 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
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 Removed a bunch of less useful tests 2013-06-23 01:56:04 -04:00
allfunctions.scad Removed a bunch of less useful tests 2013-06-23 01:56:04 -04:00
allmodules.scad Removed a bunch of less useful tests 2013-06-23 01:56:04 -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
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
escape-test.scad Another try for Windows test compatibility; no backslashes in filenames 2011-11-24 23:13:12 +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-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
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
normal-nan.scad Added test case for nan occuring in exported STL files 2011-12-26 13:21:29 +01: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 Detect recursive execution of functions to avoid a stack overflow crash. Fixes #200 2012-10-09 23:32:56 -04: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
search-tests-unicode.scad Unicode support for strings 2013-12-05 18:28:40 +11:00
search-tests.scad Added search function 2012-02-14 23:04:40 -05: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
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
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 Fixes two problems related to : lookup was dynamic rather than lexical, assignment was done after all local variables causing it not to be copyable 2013-08-21 01:40:21 -04:00
vector-values.scad Updated matrix and vector multiplication tests 2012-03-31 23:22:33 +02:00