Seems the instruction and test for "Scanning: Empty file" ry8 is wrong

The instruction says I should just uncomment the code. And doing this makes me pass the test.

I tried Rust and Go and the uncommented code of them both are just throw a “Scanner not implemented” error.

But the task requests doing a little more things, which will be needed in the next stage.

Hey @ImSingee, would you mind sharing a screenshot of the code after uncommenting?

That might help us understand why you’re seeing the “Scanner not implemented” error.

@andy1li The commented code is just simply throw the error

@ImSingee Thanks for sharing the screenshot! Could you also share one that shows the “Scanner not implemented” error?

Just for reference, I tested it a minute ago and got the following results:

@andy1li Yes this test passes.

But the task requires implementing the tokenizer, not just throw an error.

But the task requires implementing the tokenizer, not just throw an error.

Yep, your feedback makes perfect sense! We’ll look into how we can make the instructions less confusing.

@ImSingee Thanks again for highlighting the issue! We’ve updated the instructions and notes in this PR.