Aer/tests
Rafal Kupiec a5da714d61
The build was successful. Details
Test while loop.
2019-04-16 19:31:24 +02:00
..
data/brainfuck Add new test - brainfuck interpreter. 2019-04-05 08:07:06 +02:00
anon_filter.aer Convert carriage return and line feed to line feed (UNIX line ending). 2019-04-13 14:37:04 +02:00
anon_filter.exp Closure as filter. 2019-04-11 09:10:03 +02:00
arab_to_roman.aer It is already integer. 2019-03-27 09:45:02 +01:00
arab_to_roman.exp Another test, converting arab numbers to roman 2018-08-05 22:25:15 +02:00
assertion_test.aer Formatting. 2019-04-10 09:52:20 +02:00
assertion_test.exp Add assertion test. 2019-04-10 09:23:23 +02:00
bin_format.aer Another simple test. 2019-04-08 08:57:45 +02:00
bin_format.exp Another simple test. 2019-04-08 08:57:45 +02:00
brainfuck_interpreter.aer Add new test - brainfuck interpreter. 2019-04-05 08:07:06 +02:00
brainfuck_interpreter.exp Add new test - brainfuck interpreter. 2019-04-05 08:07:06 +02:00
callback_function.aer Update tests to follow new syntax. 2019-03-17 19:48:52 +01:00
callback_function.exp Add more tests. 2019-02-05 19:48:38 +01:00
center_text.aer Convert carriage return and line feed to line feed (UNIX line ending). 2019-04-13 14:37:04 +02:00
center_text.exp Another script for interpreter testing. 2019-04-10 19:12:44 +02:00
class_instance_arg.aer Class instance as argument. 2019-04-10 19:54:05 +02:00
class_instance_arg.exp Class instance as argument. 2019-04-10 19:54:05 +02:00
closure_event.aer Closure event test. 2019-04-08 13:58:40 +02:00
closure_event.exp Closure event test. 2019-04-08 13:58:40 +02:00
closure_test.aer Convert carriage return and line feed to line feed (UNIX line ending). 2019-04-13 14:37:04 +02:00
closure_test.exp Another closure test comes in. 2019-04-11 08:58:54 +02:00
complex_expressions.aer Test complex expressions. 2019-04-05 09:43:07 +02:00
complex_expressions.exp Test complex expressions. 2019-04-05 09:43:07 +02:00
complex_expressions2.aer Test complex expressions one more time. 2019-04-10 19:41:48 +02:00
complex_expressions2.exp Test complex expressions one more time. 2019-04-10 19:41:48 +02:00
debug_backtrace.aer Fix test. 2019-03-23 23:25:00 +01:00
debug_backtrace.exp Test debug_backtrace() function 2018-08-07 15:47:14 +02:00
exception_handler.aer Let's test exceptions. 2019-04-10 18:59:26 +02:00
exception_handler.exp Let's test exceptions. 2019-04-10 18:59:26 +02:00
extended_closure.aer Another test of closure. 2019-04-10 11:19:29 +02:00
extended_closure.exp Another test of closure. 2019-04-10 11:19:29 +02:00
factorial_test.aer Update tests to follow new syntax. 2019-03-17 19:48:52 +01:00
factorial_test.exp Factorial test. 2019-02-07 18:29:53 +01:00
factory_objects.aer Factory design pattern test. 2019-04-10 20:22:13 +02:00
factory_objects.exp Factory design pattern test. 2019-04-10 20:22:13 +02:00
hello_world.aer Add some comments, to see if they are working. 2019-04-16 15:08:08 +02:00
hello_world.exp Simple 'Hello world' test 2018-08-05 22:10:26 +02:00
int2alpha_test.aer More tests to go. 2019-04-08 09:31:58 +02:00
int2alpha_test.exp More tests to go. 2019-04-08 09:31:58 +02:00
interface_test.aer Add interface tests (OOP). 2019-04-06 16:02:20 +02:00
interface_test.exp Add interface tests (OOP). 2019-04-06 16:02:20 +02:00
ip_addr_enc_dec.aer IP address encode/decode test. 2019-04-10 11:28:57 +02:00
ip_addr_enc_dec.exp IP address encode/decode test. 2019-04-10 11:28:57 +02:00
load_module.aer Update tests to follow new syntax. 2019-03-17 19:48:52 +01:00
load_module.exp More tests 2018-08-10 08:51:38 +02:00
loop_while_test.aer Test while loop. 2019-04-16 19:31:24 +02:00
loop_while_test.exp Test while loop. 2019-04-16 19:31:24 +02:00
luhn_verify.aer AerScript is strict type hinting language, thus OP_TEQ & OP_TNE are not needed here. 2019-04-11 06:25:20 +02:00
luhn_verify.exp Add new test - luhn verification. 2019-04-04 11:53:50 +02:00
magic_method.aer Test magic methods. 2019-04-08 10:24:32 +02:00
magic_method.exp Test magic methods. 2019-04-08 10:24:32 +02:00
multiple_inheritance.aer Add multiple inheritance test. 2019-04-05 08:52:30 +02:00
multiple_inheritance.exp Add multiple inheritance test. 2019-04-05 08:52:30 +02:00
operators_precedence.aer Test call by dereferencing array. 2019-04-05 09:22:47 +02:00
operators_precedence.exp Test call by dereferencing array. 2019-04-05 09:22:47 +02:00
overloading_methods.aer Update tests to follow new syntax. 2019-03-17 19:48:52 +01:00
overloading_methods.exp Test if method overloading is working properly. 2019-02-07 18:23:37 +01:00
printf_test.aer Test char to int conversion. 2019-04-08 10:32:31 +02:00
printf_test.exp Test char to int conversion. 2019-04-08 10:32:31 +02:00
reference_test.aer Update tests to follow new syntax. 2019-03-17 19:48:52 +01:00
reference_test.exp Add more tests. 2019-02-05 19:48:38 +01:00
singleton_test.aer Update tests to follow new syntax. 2019-03-17 19:48:52 +01:00
singleton_test.exp More tests 2018-08-10 08:51:38 +02:00
static_var.aer Remove this dirty hack. 2019-04-16 13:59:10 +02:00
static_var.exp Test static variables. 2019-04-11 13:29:44 +02:00
switch_block.aer Check switch block. 2019-04-10 20:01:17 +02:00
switch_block.exp Check switch block. 2019-04-10 20:01:17 +02:00
text_normalize.aer Test strtr() builtin function. 2019-04-10 19:18:39 +02:00
text_normalize.exp Test strtr() builtin function. 2019-04-10 19:18:39 +02:00
tokenizer.aer Make a use of NULL operator. 2019-03-30 19:52:51 +01:00
tokenizer.exp Another test - tokenizer. 2019-02-07 18:43:58 +01:00
type_hinting.aer Typehinting test. 2019-04-06 17:01:28 +02:00
type_hinting.exp Typehinting test. 2019-04-06 17:01:28 +02:00
type_juggle.aer Update tests to follow new syntax. 2019-03-17 19:48:52 +01:00
type_juggle.exp Add more tests 2018-08-07 17:16:28 +02:00
unicode_characters.aer Tests should use new array syntax. 2019-03-21 17:33:40 +01:00
unicode_characters.exp Add first Aer test 2018-08-03 08:00:39 +02:00
utf8_variables.aer Update tests to follow new syntax. 2019-03-17 19:48:52 +01:00
utf8_variables.exp Test if unicode characters can be used as method / variable name 2018-08-06 08:23:51 +02:00