.. |
data/brainfuck
|
Remove useless comments from BrainFuck tests.
|
1 year ago |
anon_filter.aer
|
Assume private visibility for all class members by default.
|
1 year ago |
anon_filter.exp
|
Closure as filter.
|
1 year ago |
arab_to_roman.aer
|
We can now declare key and value variables inside a loop.
|
1 year ago |
arab_to_roman.exp
|
Another test, converting arab numbers to roman
|
2 years ago |
array_subscription.aer
|
Assume private visibility for all class members by default.
|
1 year ago |
array_subscription.exp
|
Array subscription test.
|
1 year ago |
assertion_test.aer
|
Assume private visibility for all class members by default.
|
1 year ago |
assertion_test.exp
|
Add assertion test.
|
1 year ago |
base32_test.aer
|
Do not try to access non-existen string index.
|
1 year ago |
base32_test.exp
|
Real life test - base32.
|
1 year ago |
bin_format.aer
|
Assume private visibility for all class members by default.
|
1 year ago |
bin_format.exp
|
Another simple test.
|
1 year ago |
brainfuck_interpreter.aer
|
Properly implement tests.
|
1 year ago |
brainfuck_interpreter.exp
|
Add new test - brainfuck interpreter.
|
1 year ago |
bubble_sort.aer
|
Bubble sort algorithm in AerScript.
|
1 year ago |
bubble_sort.exp
|
Bubble sort algorithm in AerScript.
|
1 year ago |
callback_function.aer
|
Assume private visibility for all class members by default.
|
1 year ago |
callback_function.exp
|
Add more tests.
|
2 years ago |
center_text.aer
|
Assume private visibility for all class members by default.
|
1 year ago |
center_text.exp
|
Another script for interpreter testing.
|
1 year ago |
class_instance_arg.aer
|
Assume private visibility for all class members by default.
|
1 year ago |
class_instance_arg.exp
|
Class instance as argument.
|
1 year ago |
closure_event.aer
|
Assume private visibility for all class members by default.
|
1 year ago |
closure_event.exp
|
Closure event test.
|
1 year ago |
closure_test.aer
|
Assume private visibility for all class members by default.
|
1 year ago |
closure_test.exp
|
Another closure test comes in.
|
1 year ago |
complex_expressions.aer
|
Assume private visibility for all class members by default.
|
1 year ago |
complex_expressions.exp
|
Test complex expressions.
|
1 year ago |
complex_expressions2.aer
|
Assume private visibility for all class members by default.
|
1 year ago |
complex_expressions2.exp
|
Test complex expressions one more time.
|
1 year ago |
constants_access.aer
|
Assume private visibility for all class members by default.
|
1 year ago |
constants_access.exp
|
Add constants test.
|
1 year ago |
debug_backtrace.aer
|
Assume private visibility for all class members by default.
|
1 year ago |
debug_backtrace.exp
|
Test debug_backtrace() function
|
2 years ago |
entry_point.aer
|
Properly look for method in all classes.
|
1 year ago |
entry_point.exp
|
Extend this test.
|
1 year ago |
eulers_totient.aer
|
Program to calculate Euler's Totient Function.
|
1 year ago |
eulers_totient.exp
|
Program to calculate Euler's Totient Function.
|
1 year ago |
exception_handler.aer
|
Extend the exception test.
|
1 year ago |
exception_handler.exp
|
Extend the exception test.
|
1 year ago |
extended_closure.aer
|
Assume private visibility for all class members by default.
|
1 year ago |
extended_closure.exp
|
Another test of closure.
|
1 year ago |
factorial_test.aer
|
Assume private visibility for all class members by default.
|
1 year ago |
factorial_test.exp
|
Factorial test.
|
2 years ago |
factory_objects.aer
|
Assume private visibility for all class members by default.
|
1 year ago |
factory_objects.exp
|
Factory design pattern test.
|
1 year ago |
fibonacci_sequence.aer
|
Fibonacci sequence in AerScript implementation.
|
1 year ago |
fibonacci_sequence.exp
|
Fibonacci sequence in AerScript implementation.
|
1 year ago |
goto_statement.aer
|
Fix for index outside the bounds.
|
1 year ago |
goto_statement.exp
|
New test for goto statement.
|
1 year ago |
hello_world.aer
|
Add some comments, to see if they are working.
|
1 year ago |
hello_world.exp
|
Simple 'Hello world' test
|
2 years ago |
implicitly_typed_declarations.aer
|
Test for implicitly typed declarations.
|
1 year ago |
implicitly_typed_declarations.exp
|
Test for implicitly typed declarations.
|
1 year ago |
int2alpha_test.aer
|
Assume private visibility for all class members by default.
|
1 year ago |
int2alpha_test.exp
|
More tests to go.
|
1 year ago |
interface_test.aer
|
Add interface tests (OOP).
|
1 year ago |
interface_test.exp
|
Add interface tests (OOP).
|
1 year ago |
ip_addr_enc_dec.aer
|
Assume private visibility for all class members by default.
|
1 year ago |
ip_addr_enc_dec.exp
|
IP address encode/decode test.
|
1 year ago |
is_statement.aer
|
New test for 'is' statement.
|
1 year ago |
is_statement.exp
|
New test for 'is' statement.
|
1 year ago |
load_module.aer
|
Assume private visibility for all class members by default.
|
1 year ago |
load_module.exp
|
More tests
|
2 years ago |
loop_do_while_test.aer
|
Test do { ... } while(); loop.
|
1 year ago |
loop_do_while_test.exp
|
Test do { ... } while(); loop.
|
1 year ago |
loop_for_test.aer
|
Test a for() loop as well.
|
1 year ago |
loop_for_test.exp
|
Test a for() loop as well.
|
1 year ago |
loop_foreach_test.aer
|
Assume private visibility for all class members by default.
|
1 year ago |
loop_foreach_test.exp
|
Test foreach() loop.
|
1 year ago |
loop_while_test.aer
|
Test while loop.
|
1 year ago |
loop_while_test.exp
|
Test while loop.
|
1 year ago |
luhn_verify.aer
|
Assume private visibility for all class members by default.
|
1 year ago |
luhn_verify.exp
|
Add new test - luhn verification.
|
1 year ago |
magic_method.aer
|
Assume private visibility for all class members by default.
|
1 year ago |
magic_method.exp
|
Test magic methods.
|
1 year ago |
multiple_inheritance.aer
|
Assume private visibility for all class members by default.
|
1 year ago |
multiple_inheritance.exp
|
Add multiple inheritance test.
|
1 year ago |
null_coalescing.aer
|
Test NULL-coalescing operator.
|
1 year ago |
null_coalescing.exp
|
Test NULL-coalescing operator.
|
1 year ago |
operators_precedence.aer
|
Assume private visibility for all class members by default.
|
1 year ago |
operators_precedence.exp
|
Test call by dereferencing array.
|
1 year ago |
overloading_constructor.aer
|
Assume private visibility for all class members by default.
|
1 year ago |
overloading_constructor.exp
|
Add another test - constructor overloading.
|
1 year ago |
overloading_methods.aer
|
Assume private visibility for all class members by default.
|
1 year ago |
overloading_methods.exp
|
Test if method overloading is working properly.
|
2 years ago |
parent_this_statements.aer
|
Lets test access to derived attributes.
|
1 year ago |
parent_this_statements.exp
|
Lets test access to derived attributes.
|
1 year ago |
pascal_triangle.aer
|
Assume private visibility for all class members by default.
|
1 year ago |
pascal_triangle.exp
|
The program code for printing Pascal’s Triangle.
|
1 year ago |
path_split.aer
|
No way this is working!
|
1 year ago |
path_split.exp
|
Path splitting test.
|
1 year ago |
printf_test.aer
|
Test char to int conversion.
|
1 year ago |
printf_test.exp
|
Test char to int conversion.
|
1 year ago |
reference_test.aer
|
Assume private visibility for all class members by default.
|
1 year ago |
reference_test.exp
|
Add more tests.
|
2 years ago |
singleton_test.aer
|
Extend singleton test.
|
1 year ago |
singleton_test.exp
|
Extend singleton test.
|
1 year ago |
static_class.aer
|
Test static class.
|
1 year ago |
static_class.exp
|
Test static class.
|
1 year ago |
static_var.aer
|
Properly implement tests.
|
1 year ago |
static_var.exp
|
Test static variables.
|
1 year ago |
switch_block.aer
|
Assume private visibility for all class members by default.
|
1 year ago |
switch_block.exp
|
Check switch block.
|
1 year ago |
text_normalize.aer
|
Assume private visibility for all class members by default.
|
1 year ago |
text_normalize.exp
|
Test strtr() builtin function.
|
1 year ago |
tokenizer.aer
|
Do not unset $this.
|
1 year ago |
tokenizer.exp
|
Another test - tokenizer.
|
2 years ago |
type_hinting.aer
|
Assume private visibility for all class members by default.
|
1 year ago |
type_hinting.exp
|
Typehinting test.
|
1 year ago |
type_juggle.aer
|
Assume private visibility for all class members by default.
|
1 year ago |
type_juggle.exp
|
Add more tests
|
2 years ago |
unicode_characters.aer
|
Fix test.
|
1 year ago |
unicode_characters.exp
|
Add first Aer test
|
2 years ago |
utf8_variables.aer
|
Do not use 'elseif' construction.
|
1 year ago |
utf8_variables.exp
|
Test if unicode characters can be used as method / variable name
|
2 years ago |