You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "John Hjelmstad (JIRA)" <ji...@apache.org> on 2009/02/28 00:23:13 UTC

[jira] Created: (SHINDIG-956) Substituter doesn't properly handle odd number of preceding underscores for hangman variables

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.


[jira] Resolved: (SHINDIG-956) Substituter doesn't properly handle odd number of preceding underscores for hangman variables

Posted by "John Hjelmstad (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Hjelmstad resolved SHINDIG-956.
------------------------------------

    Resolution: Fixed

Fix tested and committed.

> 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
>            Assignee: John Hjelmstad
>             Fix For: trunk
>
>         Attachments: SHINDIG-956.patch
>
>
> 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.


[jira] Updated: (SHINDIG-956) Substituter doesn't properly handle odd number of preceding underscores for hangman variables

Posted by "John Hjelmstad (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Hjelmstad updated SHINDIG-956:
-----------------------------------

    Attachment: SHINDIG-956.patch

Fixes the issue.

> 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
>            Assignee: John Hjelmstad
>             Fix For: trunk
>
>         Attachments: SHINDIG-956.patch
>
>
> 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.


[jira] Assigned: (SHINDIG-956) Substituter doesn't properly handle odd number of preceding underscores for hangman variables

Posted by "John Hjelmstad (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Hjelmstad reassigned SHINDIG-956:
--------------------------------------

    Assignee: John Hjelmstad

> 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
>            Assignee: 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.