Displaying 1 result from an estimated 1 matches for "1064425".
Did you mean:
1024425
2018 Aug 22
4
Syntax for FileCheck numeric variables and expressions
Hi James,
Yes I think you summary proposal is a good one though I disagree with the
colon being optional because there is ambiguity with looking for the value
of VAR5 in the %x format. If anything, [[# %x, VAR5]] is equivalent to
[[#:%x, VAR5]] or ([[#:%x = VAR5]] with your proposal. My other suggestion
would be to use == rather than = since = could be confused with assignment.
Note that