Posted 14 March 2012 - 06:12 PM
Hello.
I was debugging my new program when an Java exception was thrown. I'm pretty sure it's not my fault.
ComputerCraft Version Information: 1.31 Client
Description of Bug: java.lang.ArrayIndexOutOfBoundsException exception while replacing square brackets.
Steps to Reproduce Bug:
1.Create new program
2.Write
4.Run the program.
I was debugging my new program when an Java exception was thrown. I'm pretty sure it's not my fault.
Spoiler
ComputerCraft Version Information: 1.31 Client
Description of Bug: java.lang.ArrayIndexOutOfBoundsException exception while replacing square brackets.
Steps to Reproduce Bug:
1.Create new program
2.Write
string.gsub("test [[", "[[", "test")
3.Save changes4.Run the program.