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