Julien-R44 / japa-vscode

๐Ÿงช A Japa extension for VSCode
https://marketplace.visualstudio.com/items?itemName=jripouteau.japa-vscode
MIT License
17 stars 2 forks source link

Error when executing a test that have a `$` in the title #2

Closed Julien-R44 closed 2 years ago

Julien-R44 commented 2 years ago

@Julien-R44 thank you for the fix, the error is gone, however, when it comes to specific test, it shows "NO TESTS EXECUTED"

image

Note: Runnig the test for the entire file works fine.

Originally posted by @Melchyore in https://github.com/Julien-R44/japa-vscode/issues/1#issuecomment-1235405599

Julien-R44 commented 2 years ago

@Melchyore Should be good ! Published 0.0.5 on the marketplace

Melchyore commented 2 years ago

@Julien-R44 Thank you!

image

Still the same problem, as you can see, the word $with has been removed with the last fix and replaced with a whitespace.

Julien-R44 commented 2 years ago

Are you sure you have the latest version? The whitespace was present before. I don't have any problems on my side :

image

Melchyore commented 2 years ago

@Julien-R44 Ok, uninstalled the extension two times, installed it twice, restarting VS Code and didn't work... restarting my laptop, and it worked. Weird but meh, it's Windows... ๐Ÿ˜‚๐Ÿ˜‚

Thank you for the quick fix!