First batch of the unit test changes for the new constants semantics

in XEngine. This turned out to be a lot of work to catch up.
This commit is contained in:
Melanie Thielker
2008-09-02 06:02:14 +00:00
parent b7a4613a0d
commit 2fbebbb644
2 changed files with 90 additions and 90 deletions

View File

@@ -732,7 +732,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.CodeTools
c.Value = c.Value.Insert(dotIndex, "0");
}
// commencted because the parser does it now
// commented because the parser does it now
// need to quote strings
// if ("LSL_Types.LSLString" == c.Type)
// retstr += Generate("\"");