New issue 61 by rsha...@rambler.ru: Please do not use "isn't" identifier
http://code.google.com/p/test-more/issues/detail?id=61
What steps will reproduce the problem?
1. Open Test::More.pm
2. Goto 381 line
3. Text highlight not ok
What is the expected output?
Highlighted source code
What do you see instead?
Highlight fail
What version of Test::More are you using?
0.94
What version of Perl are you using?
5.10.1
On what operating system?
Debian GNU Linux
What is your quest?
I use Eclipse and Perl EPIC plugin. When I open this module in text editor
I see broken highlight becouse in 381 line used "isn't" (symbol "'")
identifier. I understand it`s correct, but can you change it? For example
to "isn_t".
Please provide any additional information below.
Comment #1 on issue 61 by schwern: Please do not use "isn't" identifier
http://code.google.com/p/test-more/issues/detail?id=61
Sorry, that would break backwards compatibility and a good joke.
As its valid Perl syntax, I'd suggest bringing this up with the EPIC
folks. Their bug tracker can be found here:
http://sourceforge.net/tracker/?atid=545274&group_id=75859&func=browse
Thanks for bringing it up though.