[PR] Fix overzealous string to number conversion in comparison [velocity-engine]
arkanovicz (via GitHub) <[email protected]>
| Newsgroups | gmane.comp.jakarta.velocity.devel |
|---|---|
| Message-ID | <[email protected]> |
arkanovicz opened a new pull request, #48:
URL: https://github.com/apache/velocity-engine/pull/48
The comparison
```
#if ( '1' == '1.0' )
```
should stick to comparing strings and return false.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]