https://bz.apache.org/bugzilla/show_bug.cgi?id=57448
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Version|2.4.10 |2.4.7 --- Comment #12 from [email protected] --- The code shows that $1 is available in the #if, but not #set, whereas $0 is available in the #set. <!--#set var="a" value="abc" --> <!--#if expr='v("a") =~ /a(b)c/' --> <!--#if expr='$1 == "b"' --> Got a match. <!--#set var="match" value="a$1" --> <!--#echo var="match" --> <!--#set var="match" value="a$0" --> <!--#echo var="match" --> =============== Got a match. a aabc -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
