2016-01-03 18:13:48 -07:00
..
3.x
array_types.chai Add array type support #167 2015-04-17 20:02:09 -06:00
assign_const.chai
bind2.chai
bind.chai
block_start.chai
bool_comparisons.chai Add boolean comparison tests #217 2015-10-15 21:59:46 -06:00
bool_not.chai
boxed_cast_test.cpp Add overloads for cosnt *& casts 2015-11-20 07:46:52 -06:00
break_for.chai
break_while.chai
c_linkage_test.cpp
catch.hpp Reduce build time for tests 2015-04-22 22:19:57 -06:00
char_init.chai
class.chai
classification.chai
collate.chai
compare_gt.chai
compare_lt.chai
compiled_tests.cpp Merge branch 'feature_enum_utility_helper' into Fix_Crash_From_CppCon 2016-01-03 18:13:48 -07:00
concat.chai
const_range_test.chai
continue_for.chai
continue_while.chai
convert_double_string.chai
convert_int_string.chai
convert_string_double.chai
convert_string_int.chai
deep_array_lookup.chai
dispatch_functions.chai
divide_by_zero_protection.chai
drop_while.chai
drop.chai
dynamic_object_dynamic_attrs_explicit.chai Add option explicit code, but don't throw yet 2015-10-16 18:47:26 -06:00
dynamic_object_dynamic_attrs.chai Wrap up method_missing docs and tests 2015-04-23 15:03:08 -06:00
empty.chai
equ_shortform.chai
eval_error.chai
eval_file.chai Fix errors with eval/use of scripts 2015-04-10 08:20:30 -06:00
eval.chai Add the ability to get the return value from 'use' 2015-04-08 08:17:33 -06:00
even.chai
exception_finally.chai
exception_guards.chai
exception_typed_2.chai
exception_typed.chai
exception.chai
filter.chai
float.chai Fix tests failing w/MSVC2013 because of formatting 2015-05-03 10:31:10 -06:00
foldl.chai
for_each_range.chai
for_each_retro.chai
for_each.chai
for.chai
function_array_adjacent.chai
function_attributes.chai attributes / members holding functions works fully now 2015-04-17 16:32:59 -06:00
function_introspection.chai
function_members.chai Get class members that are functions working 2015-04-17 12:18:47 -06:00
function_reassignment.chai
function_redefinition.chai
future.chai Add test for number of moves/copies made 2015-04-12 19:20:24 -06:00
fuzzy_tests-2015-07-16.tar.bz2 Update fuzzy_tests to take into acount parsing fixes 2015-07-24 12:09:20 -06:00
generate_range.chai
global_const_in_module.chai
global_in_script.chai
global.chai Add 'GLOBAL' keyword #122 2015-05-04 11:47:36 -06:00
hashbang.chai
hex_escapes.chai Limit hexadecimal escape sequence length 2015-11-08 18:36:16 +01:00
if_else.chai
if_elseif_else.chai
if_elseif.chai
if.chai
index_operator.chai
inheritance.chai
instring_eval_more.chai
instring_eval.chai
integer_literal_test.cpp Add tests for binary literals 2015-10-03 21:01:52 -06:00
invalid_function_assignment.chai
invalid_function_reassignment.chai
is_undef.chai
join.chai
json_1.chai Add json tests 2015-09-30 14:24:56 -06:00
json_2.chai Add json tests 2015-09-30 14:24:56 -06:00
json_3.chai Add json tests 2015-09-30 14:24:56 -06:00
json_4.chai Add json tests 2015-09-30 14:24:56 -06:00
json_5.chai Add json tests 2015-09-30 14:24:56 -06:00
json_6.chai Add json tests 2015-09-30 14:24:56 -06:00
json_7.chai Add json tests 2015-09-30 14:24:56 -06:00
json_8.chai Add json tests 2015-09-30 14:24:56 -06:00
json_9.chai Add json tests 2015-09-30 14:24:56 -06:00
json_10.chai Add json tests 2015-09-30 14:24:56 -06:00
json_11.chai Add json tests 2015-09-30 14:24:56 -06:00
json_12.chai Add json tests 2015-09-30 14:24:56 -06:00
json_13.chai Add json tests 2015-09-30 14:24:56 -06:00
json_roundtrip.chai Add last test for json support 2015-10-02 08:12:50 -06:00
lambda.chai
list_push_back.chai Add tests for pushing move only values 2015-08-27 15:23:36 -06:00
list_push_front.chai Add tests for pushing move only values 2015-08-27 15:23:36 -06:00
load_module.chai
logical_short_circuiting.chai Fix errors with eval/use of scripts 2015-04-10 08:20:30 -06:00
loop_inner_outer.chai
malformed_inline_map.chai
map_access.chai Add map .at method from c++11 2015-06-10 18:41:50 -06:00
map_count.chai
map_inplace_init.chai
map.chai
math_add_mixed.chai
math_add.chai
math_dec.chai
math_div.chai
math_inc.chai
math_mod.chai
math_mult.chai
math_negate.chai
math_paren.chai
math_sub.chai
max.chai
member_variable_access.chai
memberscope.chai
method_missing.chai Wrap up method_missing docs and tests 2015-04-23 15:03:08 -06:00
method_sugar.chai
min.chai
mmd1.chai
mmd2.chai
multifile_test_chai.cpp
multifile_test_chai.hpp
multifile_test_main.cpp
multifile_test_module.cpp
multifile_test_module.hpp
multiline_oper.chai
multiline.chai
multithreaded_test.cpp Merge branch 'develop' into smaller_make_shared 2015-04-27 11:55:12 -06:00
multithreaded_work.inc
non_const_param.chai Add test for passing non-const ref param 2015-07-03 14:16:24 -06:00
null_object_access.chai
number_formats.chai
number_suffixes.chai Make binary literals sized like other integer types 2015-10-03 16:38:41 -06:00
object_attr_same_name.chai
object_attr.chai
object_clone.chai
object_constructor_guards.chai
object_method_guards.chai
octal_escapes.chai Fix broken escape sequence parsing after octal/hex escape 2015-11-08 18:07:04 +01:00
odd.chai
operator_overload2.chai
operator_overload3.chai Add operator overload tests 2015-10-01 09:39:03 -06:00
operator_overload4.chai Add operator overload tests 2015-10-01 09:39:03 -06:00
operator_overload.chai
operator_parsing.chai add failing tests for #198 2015-08-01 10:04:42 -06:00
operator_scoping.chai
operators_float.chai
operators_int.chai
order_of_operations.chai Add test for order of operations 2015-07-24 11:49:23 -06:00
pair.chai
parser_test.chai Add some convenience functions for parsing 2015-08-11 19:20:18 -06:00
pass_by_reference.chai
performance.chai Renamed timer function to now(), added perf unit test 2015-05-06 11:37:37 +02:00
pointer_passed_to_constructor.chai
precedence_1.chai
precedence_2.chai
precedence_3.chai
precedence_eq.chai
product.chai
range_back.chai
range_contains.chai
range_find.chai
range_inplace.chai
range.chai
reduce.chai
reflection_test.chai
retro.chai
retroretro.chai
return.chai
runtime_error.chai
scoping.chai
shift.chai
string_charptr.chai
string_concat.chai
string_find_first_not_of.chai
string_find_first_of.chai
string_find_last_not_of.chai
string_find_last_of.chai
string_find.chai
string_init.chai
string_literal_access.chai
string_rfind.chai
string_size.chai
string_substr.chai
sum.chai
switch_break.chai
switch_default_2.chai Support default case in the non-last position 2015-10-15 15:02:49 -06:00
switch_default.chai
switch_empty.chai
switch_fallthru_and_break.chai
switch_fallthru.chai
system_introspection.chai
take_while.chai
take.chai
temporary_lifetime.chai
ternary_condition.chai
type_info_test.cpp Add crashes and fixes found during fuzzy testing 2015-07-16 12:51:50 -06:00
type_info.chai
unit_test.inc
use.chai Add the ability to get the return value from 'use' 2015-04-08 08:17:33 -06:00
use.inc Add the ability to get the return value from 'use' 2015-04-08 08:17:33 -06:00
user_defined_conversions_2.chai
user_defined_conversions.chai
var_decl.chai
var_ref_decl.chai
variable_redefinition.chai
vector_access.chai
vector_assignment_3.chai Add another vector assignment test 2015-10-15 21:32:16 -06:00
vector_assignment.chai Fix vector element assignment issues 2015-10-15 21:20:12 -06:00
vector_erase_at.chai
vector_inplace_init.chai
vector_insert_at.chai
vector_literal_acccess.chai
vector_of_one.chai
vector_of_suffixed_numbers.chai
vector_paren_literal_access.chai
vector_push_back.chai Add tests for pushing move only values 2015-08-27 15:23:36 -06:00
vector_push_empty.chai
zip_with.chai
zip.chai