| .. |
|
builtin-tests-expected.echo
|
make echotest work on BSD, by adding .echo as recognized extension
|
2013-09-21 09:04:01 -05:00 |
|
children-tests-expected.echo
|
Update 'children' test case using range [4 : -1 : 0] which is now valid.
|
2013-11-11 01:38:24 +01:00 |
|
chr-tests-expected.echo
|
Add test cases for chr().
|
2014-07-13 19:18:48 +02:00 |
|
concat-tests-expected.echo
|
Add concat() builtin (fixes #201).
|
2013-12-26 20:02:31 +01:00 |
|
cross-tests-expected.echo
|
Allow 2D cross product
|
2015-03-03 02:28:01 -05:00 |
|
dim-all-expected.echo
|
#1051 updated test results after suppressing repeated error messages
|
2014-12-11 17:04:33 -05:00 |
|
echo-expected.echo
|
make echotest work on BSD, by adding .echo as recognized extension
|
2013-09-21 09:04:01 -05:00 |
|
echo-tests-expected.echo
|
make echotest work on BSD, by adding .echo as recognized extension
|
2013-09-21 09:04:01 -05:00 |
|
empty-stl-expected.echo
|
fix issue #235
|
2014-02-17 14:19:12 -06:00 |
|
escape-test-expected.echo
|
make echotest work on BSD, by adding .echo as recognized extension
|
2013-09-21 09:04:01 -05:00 |
|
expression-evaluation-tests-expected.echo
|
Fix evaluation of ! expressions.
|
2014-12-05 20:54:01 +01:00 |
|
expression-shortcircuit-tests-expected.echo
|
make echotest work on BSD, by adding .echo as recognized extension
|
2013-09-21 09:04:01 -05:00 |
|
for-tests-expected.echo
|
#1472 Another attempt at fixing; fix the iterator
|
2015-11-09 21:14:12 -05:00 |
|
include-recursive-test-expected.echo
|
Fix recursive include handling by using canonical path (fixes #885).
|
2014-07-30 00:14:03 +02:00 |
|
include-tests-expected.echo
|
Added testcase for #837
|
2014-06-24 19:22:33 -04:00 |
|
inf-tests-expected.echo
|
make echotest work on BSD, by adding .echo as recognized extension
|
2013-09-21 09:04:01 -05:00 |
|
issue1472-expected.echo
|
#1472: Fixed infinite loop when passing NaN to for loops
|
2015-11-09 18:16:03 -05:00 |
|
len-tests-expected.echo
|
make echotest work on BSD, by adding .echo as recognized extension
|
2013-09-21 09:04:01 -05:00 |
|
let-tests-expected.echo
|
Added testcases for let and list-comprehensions
|
2014-05-22 22:58:24 +02:00 |
|
list-comprehensions-expected.echo
|
Add tests for issue #883
|
2014-07-22 11:11:23 +02:00 |
|
lookup-tests-expected.echo
|
make echotest work on BSD, by adding .echo as recognized extension
|
2013-09-21 09:04:01 -05:00 |
|
min-max-tests-expected.echo
|
Tests for min()/max()
|
2014-05-17 14:50:06 +02:00 |
|
nbsp-latin1-test-expected.echo
|
Added NBSP tests
|
2015-02-02 14:05:49 -05:00 |
|
nbsp-utf8-test-expected.echo
|
Added NBSP tests
|
2015-02-02 14:05:49 -05:00 |
|
no-break-space-test-expected.echo
|
Related to #737 - allow for nbsp (0xc2a0) characters on the cmd-line
|
2014-05-29 18:22:32 -04:00 |
|
norm-tests-expected.echo
|
Update test reference file for norm().
|
2014-12-21 04:40:24 +01:00 |
|
operators-tests-expected.echo
|
Bugfix: Added missing code for properly comparing booleans
|
2014-08-26 14:52:22 -04:00 |
|
parent_module-tests-expected.echo
|
Added test case for parent_module()
|
2013-10-08 23:40:42 -04:00 |
|
parser-tests-expected.echo
|
make echotest work on BSD, by adding .echo as recognized extension
|
2013-09-21 09:04:01 -05:00 |
|
rands-expected.echo
|
#452 2015.03 branch still uses separate executable for tests, causing some numbers to be output differently
|
2015-10-26 17:55:18 -04:00 |
|
range-tests-expected.echo
|
Updated tests after fixing #678
|
2014-03-02 23:31:36 -05:00 |
|
recursion-test-function-expected.echo
|
Catch infinite recursion in top-level assignments. Fixes #1192
|
2015-01-28 20:07:15 -05:00 |
|
recursion-test-function2-expected.echo
|
Catch infinite recursion in top-level assignments. Fixes #1192
|
2015-01-28 20:07:15 -05:00 |
|
recursion-test-module-expected.echo
|
Catch infinite recursion in top-level assignments. Fixes #1192
|
2015-01-28 20:07:15 -05:00 |
|
recursion-test-vector-expected.echo
|
add expected result of recursion-test-vector
|
2015-10-16 12:59:36 -04:00 |
|
scope-assignment-tests-expected.echo
|
Updated tests
|
2014-11-25 00:45:19 -05:00 |
|
search-tests-expected.echo
|
Manually removing WARNING echos.
|
2015-10-16 13:09:21 -04:00 |
|
search-tests-unicode-expected.echo
|
Manually removing WARNING echos.
|
2015-10-16 13:09:11 -04:00 |
|
string-indexing-expected.echo
|
make echotest work on BSD, by adding .echo as recognized extension
|
2013-09-21 09:04:01 -05:00 |
|
string-test-expected.echo
|
Use toString() when generating echo() messages (fixes #838).
|
2014-06-23 23:21:16 +02:00 |
|
string-unicode-expected.echo
|
Add specific tests for unicode len()
|
2013-12-06 18:33:42 +11:00 |
|
tail-recursion-tests-expected.echo
|
Add tests to check tail recursion eliminiation.
|
2014-12-02 22:45:08 +01:00 |
|
unicode-tests-expected.echo
|
Add test cases for the escape sequences.
|
2014-06-24 20:09:04 +02:00 |
|
utf8-tests-expected.echo
|
Test case for UTF-8 include / use (issue #875).
|
2014-07-17 00:54:12 +02:00 |
|
value-reassignment-tests-expected.echo
|
make echotest work on BSD, by adding .echo as recognized extension
|
2013-09-21 09:04:01 -05:00 |
|
value-reassignment-tests2-expected.echo
|
make echotest work on BSD, by adding .echo as recognized extension
|
2013-09-21 09:04:01 -05:00 |
|
variable-scope-tests-expected.echo
|
Updated tests
|
2014-11-25 00:45:19 -05:00 |
|
vector-values-expected.echo
|
Handle dimensional errors in matrix multiplication, including undef values. Fixes #1356
|
2015-06-07 13:12:06 -04:00 |