Example: [and(int first, int second)][1]

[1]: http://easymock.org/api/easymock/3.0/org/easymock/EasyMock.html#and(int, int)

It's rendered correctly in edit preview.

share|improve this question

1 Answer

up vote 1 down vote accepted

The space is a problem, you will need to encode that space. Spaces are not allowed in URLs.

share|improve this answer
Yes, change space in URL to %20 then it works. – aleung Nov 30 '10 at 21:57

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged