mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 22:05:36 +08:00
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:
@@ -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("\"");
|
||||
|
||||
Reference in New Issue
Block a user