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.
13 lines
392 B
Plaintext
13 lines
392 B
Plaintext
default
|
|
{
|
|
timer()
|
|
{
|
|
llSetPrimitiveParams(
|
|
[ llGetListEntryType((list)((key)""),0) // TYPE_STRING in LSO
|
|
, llGetListEntryType((list)((string)llList2Key([],0)),0) // TYPE_KEY
|
|
, llGetListEntryType([] + (key)"",0) // TYPE_KEY (does it right)
|
|
, llGetListEntryType([] + (string)llList2Key([],0),0) // TYPE_KEY
|
|
]);
|
|
}
|
|
}
|