1# You cannot continue a REDEFINE with a DEFINE. In this case, the DEFINE 2# looks fine on its own, so the unterminated REDEFINE is reported. 3 4# DEFINE: %{name}=x 5# DEFINE: %{value}=3 6# REDEFINE: %{global:what}=echo \ 7# DEFINE: %{name}=%{value} 8# REDEFINE: %{too-late-to-continue}= 9# RUN: %{deceptive-continue} 10 11# CHECK: Test has unterminated '{{REDEFINE}}:' directive (with '\') at line [[#@LINE-5]] 12 13# CHECK: Unresolved: 1 {{\([0-9]*.[0-9]*%\)}} 14