openclonk/tests/aul
Nicolas Hake a0c9bfd931 Aul: Correctly check for enable/disable keywords in warning pragma
The parser was only checking that the passed setting matched the
beginning of the expected keyword, instead of checking for the full
length. This way, users could write "#warning e" instead of the
expected "#warning enable" and still have it work.
2019-02-17 11:58:03 +01:00
..
AulDeathTest.cpp Script: Test SetLength parameter 0 for nil (GH #79) 2019-01-05 19:25:35 +01:00
AulDiagnosticsTest.cpp Warn when using variables outside of their block 2018-07-23 12:12:23 +02: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: Correctly check for enable/disable keywords in warning pragma 2019-02-17 11:58:03 +01: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