We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 355b31d commit c83536fCopy full SHA for c83536f
src/lang/mod.rs
@@ -401,7 +401,7 @@ mod tests {
401
let ssn_key = k("socialSecurityNumber");
402
let sanction_list_key = k("sanctionList");
403
404
- // 4. Define the request templates using wildcards for constants
+ // Define the request templates using wildcards for constants
405
let expected_templates = vec![
406
// 1. NotContains(?sanctions["sanctionList"], ?gov["idNumber"])
407
StatementTmpl {
0 commit comments