OpenSimMirror/OpenSim/Region/ScriptEngine/Shared/CodeTools
Justin Clark-Casey (justincc) b3449e998a Fix TestSyntaxError() and TestSyntaxErrorDeclaringVariableInForLoop()
They were all failing assertions but the exceptions these threw were caught as expected Exceptions.
I don't think we can easily distinguish these from the Exceptions that we're expecting.
So for now we'll do some messy manually checking with boolean setting instead.
This patch also corrects the assertions themselves.
2012-03-06 02:30:22 +00:00
..
Tests Fix TestSyntaxError() and TestSyntaxErrorDeclaringVariableInForLoop() 2012-03-06 02:30:22 +00:00
CSCodeGenerator.cs Fix off by one error in script error reporting. 2012-03-06 02:01:47 +00:00
CSReservedWords.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
Compiler.cs Add a regression test to compile and start a script. Remove Path.GetDirectoryName when getting assembly loading path in Compiler.CompileFromDotNetText(). 2012-02-07 17:44:37 +00:00
ICodeConverter.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
LSL2CSCodeTransformer.cs Formatting cleanup. 2009-06-10 04:28:56 +00:00
YP2CSConverter.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
lsl.lexer.cs Allow empty assignment in for-loop 2009-06-07 10:22:41 +00:00
lsl.parser.cs Allow empty assignment in for-loop 2009-06-07 10:22:41 +00:00