RESOLVED FIXED 27726
[WML] Variable substitution recursion seems to have bugs
https://bugs.webkit.org/show_bug.cgi?id=27726
Summary [WML] Variable substitution recursion seems to have bugs
Nikolas Zimmermann
Reported 2009-07-27 11:34:58 PDT
<setvar name="a" value="b"/> <setvar name="b" value="$a"/> After substitution, "b" is empty, where it should be equal to "a". LayoutTests/wml/resources/variable-reference-valid.js contains a FIXME related to that. manual-tests/wml/variable-substitution.wml also highlights the problem.
Attachments
Initial patch (6.50 KB, patch)
2009-07-28 08:27 PDT, Nikolas Zimmermann
staikos: review+
Nikolas Zimmermann
Comment 1 2009-07-28 08:27:21 PDT
Created attachment 33642 [details] Initial patch
Nikolas Zimmermann
Comment 2 2009-07-28 08:34:28 PDT
Landed in r46487.
Note You need to log in before you can comment on or make changes to this bug.