Wildcards without the ? prefix (#422)
This commit is contained in:
parent
7e04eb51ff
commit
5de08da32c
15 changed files with 287 additions and 262 deletions
|
|
@ -240,8 +240,8 @@ mod tests {
|
|||
let request = parse(
|
||||
r#"
|
||||
REQUEST(
|
||||
SumOf(?a, ?b, ?c)
|
||||
Equal(?a, 10)
|
||||
SumOf(a, b, c)
|
||||
Equal(a, 10)
|
||||
)
|
||||
"#,
|
||||
¶ms,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue