1# The first equals counts as the equals.
2
3# DEFINE: %{foo=bar} = value
4# RUN: echo %{foo=bar}
5
6# CHECK: Substitution name '%{foo' is malformed {{.*}}
7# CHECK-NEXT: in {{DEFINE}}: directive on test line [[#@LINE-4]]
8
9# CHECK: Unresolved: 1 {{\([0-9]*.[0-9]*%\)}}
10