Ayush Joshi

Results 23 comments of Ayush Joshi

@dinord I'm not sure how to display `type param` and `value param` in this format. Could you please suggest a format?

I know this PR broke a lot of tests but this PR is not ready to be merged yet. I just want to confirm the new output format first.

> @dinord I'm not sure how to display `type param` and `value param` in this format. Could you please suggest a format? @BMBurstein Can you suggest a format?

@asoffer I wasn't expecting all these failures though. I didn't touch the `--gtest_filter` command but it looks like the command has became inactive now. I can't really find a reason...

@BMBurstein What makes it harder to parse the available tests when the result is the following? ``` TestSuite1. Test1 Test2 TestSuite2. Test1 ``` And how it gets easier to parse...

> but think of trying to parse it in some of the less powerful scripting languages and you will get the idea. Now I got your point and I'm thinking...

@dinord Okay then, Assign it to me.

Can you provide detailed code steps to reproduce this issue? Thanks.

@paviad In my opinion the desired behaviour with `parseImgDimensions` set to `false` shouldn't result in the following html: ```html ![my image](./pic/pic1_50.png =100pxx20px) ![my image2][1] [1]: ./pic/pic1_50.png =100pxx20px ``` It should...