View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000850 | SigServer | Bug Report | public | 2007-12-27 19:29 | 2008-03-12 08:49 |
| Reporter | antennen | Assigned To | antennen | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Summary | 0000850: If I name a variable and a prefix of the name has been used for another variable, the second variable won't work. | ||||
| Description | If I name a variable and a prefix of the name has been used for another variable, the second variable won't work. <set name = "var" value = "abc" /> <set name = "var_b" value = "xyz" /> then this line Code: Select all <line>{{@var}} {{@var_b}}</line> results in "abc abc" instead of the intended "abc xyz". I assume this has to do with the way the parser tokenizes the code. It should probably be mentioned in the wiki though. http://forum.anidb.net/viewtopic.php?f=11&t=6840&p=33583#p33576 | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2007-12-27 19:29 | antennen | New Issue | |
| 2007-12-27 19:29 | antennen | Status | new => assigned |
| 2007-12-27 19:29 | antennen | Assigned To | => antennen |
| 2008-01-23 12:32 | antennen | Relationship added | related to 0000883 |
| 2008-03-12 08:49 | antennen | Status | assigned => resolved |
| 2008-03-12 08:49 | antennen | Resolution | open => fixed |