openclonk/tests/aul
Nicolas Hake b87f8e3f47 C4Script: Add ParseInt function
ParseInt() will take a string parameter and try to convert it into an
integer. If the conversion fails, it returns nil.
2017-04-11 14:21:25 +02:00
..
AulDeathTest.cpp Fallback to sane settings when compiling scripts without ScriptHost 2017-02-16 19:32:42 +01:00
AulDiagnosticsTest.cpp Test invalid_escape_sequence, invalid_hex_escape, arg_count_mismatch 2017-03-16 18:51:16 +01:00
AulMathTest.cpp Remove a bit of dead code from C4Value 2016-01-24 02:09:13 +01:00
AulPredefinedFunctionTest.cpp C4Script: Add ParseInt function 2017-04-11 14:21:25 +02:00
AulSyntaxTest.cpp Aul: Add AST generation tests 2016-10-20 17:20:55 +02:00
AulSyntaxTestDetail.h Aul test: Write correct output for BoolLit 2017-02-13 15:24:17 +01:00
AulTest.cpp Aul tests: Increment subtest counter per script execution 2017-02-16 19:32:47 +01:00
AulTest.h Aul tests: Increment subtest counter per script execution 2017-02-16 19:32:47 +01:00
ErrorHandler.h Aul: Split out error handling into a separate class for easier testing 2016-10-19 14:20:41 +02:00