10 lines · plain
1# ':' is treated like part of the name, so the name is bad.2 3# DEFINE: %{name}:=value4# RUN: echo %{name}5 6# CHECK: Substitution name '%{name}:' is malformed {{.*}}7# CHECK-NEXT: in {{DEFINE}}: directive on test line [[#@LINE-4]]8 9# CHECK: Unresolved: 1 {{\([0-9]*.[0-9]*%\)}}10