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

Reporter converting '<' sign to '(' and '>' sign to ')' passed in doc string. #270

Open
yadav26490 opened this issue Mar 14, 2023 · 0 comments

Comments

@yadav26490
Copy link

I have a long paragraph which I am passing as Doc String.
I could see the less than '<' and greater than '>' signs are getting visible in JSON file as it is being passed in feature file but,
when I generate the HTML file using reporter the signs gets converted as stated in the issue.

Here is the sample step:
Given I have following text: ``` if (num < 1) { ..... some text } ```
The reporter generated HTML file is as below:

reporter issue

Have someone faced such issue, would be great if you guys have any inputs/workaround.

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