mumuki / mumuki-laboratory

:microscope: Where students practice and receive automated and human feedback
http://mumuki.io
GNU Affero General Public License v3.0
203 stars 26 forks source link

[ERROR] :1:0 ERROR missing EOF at 'pending' #467

Closed ArielUmansky closed 8 years ago

ArielUmansky commented 8 years ago

Can't stop getting this error when I'm implementing tests for Wollok guides in Mumuki.

Here's an example. I want to test a simple method definition using the "Try it" feature of the Mumuki editor:

3

This is the test code. Am I doing something wrong?

test "pepito entiende salud y retorna 100" {
  assert.equals(100, pepito.salud())
}
flbulgarelli commented 8 years ago

Hi @ArielUmansky you had an extra pending in your guide extra code section, that is why you got that error message.

I fixed the guide for you and now it works:

pending