mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 23:58:20 +00:00
This test suite has been in use for a long time now, in place of the obsolete and unmanageable testparser.py and testfuncs.py. It verifies the complete optimizer output to stdout and stderr, to ensure that the output matches the expectations. See unit_tests/README.txt for more info.
27 lines
328 B
Text
27 lines
328 B
Text
x()
|
|
{
|
|
if (1)
|
|
{
|
|
state default;
|
|
do
|
|
state default;
|
|
while (0);
|
|
if (1)
|
|
state default;
|
|
if (1)
|
|
;
|
|
else
|
|
state default;
|
|
}
|
|
}
|
|
|
|
default
|
|
{
|
|
timer()
|
|
{
|
|
if (1)
|
|
;
|
|
else
|
|
state default;
|
|
}
|
|
}
|