HighSchoolSweetHeart Exercise - Possible Bug?

I’m trying to solve this exercise but it won’t let me finish it, although in the task 4 description it says that I only need to insert the names in the pre defined heart.

The result is this error

It says: “Failed asserting that two strings are equal.” which firstly is not defined in the task and second I do that.

If this is correct and not a bug, then please ignore or delete this thread and I will ask a mentor. Thank you all :slightly_smiling_face:

This is not a bug. The function is supposed to return an ASCII heart and is not doing so.

So I need to print the heart by my self?

You don’t need to print anything. But your solution code does need to include a heart. You can copy/paste the heart provided in the instructions.

Yeah print was the wrong wording for that :sweat_smile: :grin:
Ok got it, so I need to implement the heart by myself. I thought it is provided.
It would be nice I can see the test file like in other tracks.
But it is what it is. Thank you for your help :ok_hand:

I believe the test files are visible in practice exercises but hidden in concept exercises. This is the same for all tracks.

I’m having the same exact issue. It must be a bug. Really frustrating because I was liking Exercism so far.

What must be a bug? The above issue was resolved, from what I understand.