Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cant recognize @vcr annotation within single line comment #35

Open
csiszarattila opened this issue Feb 7, 2019 · 0 comments
Open

Cant recognize @vcr annotation within single line comment #35

csiszarattila opened this issue Feb 7, 2019 · 0 comments

Comments

@csiszarattila
Copy link

I know its an edge case, but TestListener dont recognize @vcr tag, if you use it with single line comments:

Not working:

 /** @vcr vcr.yaml */
function testSomething

Working:

/** 
* @vcr vcr.yaml 
*/
function testSomething
@csiszarattila csiszarattila changed the title Dont recognize @vcr annotation within single line comment Cant recognize @vcr annotation within single line comment Feb 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant