https://bz.apache.org/bugzilla/show_bug.cgi?id=57448
--- Comment #8 from Ingmar Eveslage <[email protected]> --- Thanks for the explanation of the echo part. <!--#echo var="0" --> works. your example works for me, too. And it does the same as my example. Match a group and match it again in the same expression. so it gets exported as $0. i think we can agree on that. but i think its still a workaround. $1...$n should be exported directly as gets exported using the legacy parser. Don't you think. and if the developer do not agree on that, then at least the fact that: <!--#if expr='v("test_var") =~ /(1_)(.*)/ && $1 =~ /(.*)/' --><!--#endif --> <!--#echo var="0" --> works and <!--#if expr='v("test_var") =~ /(1_)(.*)/ && $1 =~ /.*/' --><!--#endif --> <!--#echo var="0" --> doesn't, is still a bug. right? -- 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]
