10 lines · plain
1# REDEFINE: %{global:suffix} = @2# RUN: echo '@%{global:suffix}'3 4# CHECK: ValueError: Existing substitution whose pattern contains '%{global:suffix}' does not have the pattern specified by '{{REDEFINE}}:' directive at line [[#@LINE-3]]5# CHECK-NEXT: Expected pattern: %{global:suffix}6# CHECK-NEXT: Existing pattern: @%{global:suffix}7# CHECK-NOT: Existing pattern:8 9# CHECK: Unresolved: 1 {{\([0-9]*.[0-9]*%\)}}10