10 lines · plain
1# Check a define's continuation line that is unterminated.2 3# RUN: echo "Don't complain about no RUN lines."4# DEFINE: %{foo} = foo \5# DEFINE: bar \6 7# CHECK: Test has unterminated '{{DEFINE}}:' directive (with '\') from line [[#@LINE-3]] to [[#@LINE-2]]8 9# CHECK: Unresolved: 1 {{\([0-9]*.[0-9]*%\)}}10