[Newbies] Laser game tutorial - test runner - page 018.html

Matthew Fulmer tapplek at gmail.com
Tue Jul 17 18:29:34 UTC 2007


On Tue, Jul 17, 2007 at 10:04:12AM -0700, gruntfuttuck wrote:
> 
> OK in the Test Runner  I see  the  Laser-Game-Tests in the left panel.  When 
> I click on the failed  tests  method in stead of getting  a  debugger  I 
> get  a  Syntax Error popup. Which says in the top pain: 'Object
> Kernel-Objects Block' and in the lower pain I get:
> 
> Block stringIndexNothing more
> expected ->]].
>     ^ true
> 
> Where may I have done something wrong? How should I proceed to find the root
> of this problem.

I have no idea how this happened, but I also don't know what
method that error message is refering to, as there is no class
named Block in my image (3.9-final-7067).

I would try fixing it to say

Block stringIndex
    ^ true

since that is probably what is meant

-- 
Matthew Fulmer -- http://mtfulmer.wordpress.com/
Help improve Squeak Documentation: http://wiki.squeak.org/squeak/808


More information about the Beginners mailing list