Substituter doesn't properly handle odd number of preceding underscores for
hangman variables
---------------------------------------------------------------------------------------------
Key: SHINDIG-956
URL: https://issues.apache.org/jira/browse/SHINDIG-956
Project: Shindig
Issue Type: Bug
Components: Java
Affects Versions: trunk
Reporter: John Hjelmstad
Fix For: trunk
Example:
<div id='div___MODULE_ID__'> --> <div id='div___MODULE_ID__'>.
This should be:
<div id='div_123'>, reflecting the correct substitution.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.