Skip to content

Commit

Permalink
Fix all bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraSuegami committed May 16, 2024
1 parent c27d5cb commit af7b857
Show file tree
Hide file tree
Showing 5 changed files with 414 additions and 275 deletions.
6 changes: 3 additions & 3 deletions packages/circom/circuits/common/email_addr_with_name.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"parts": [
{
"is_public": false,
"regex_def": "[^\r\n<]+<"
"regex_def": "[^\r\n]+<"
},
{
"is_public": true,
"regex_def": "[a-zA-Z0-9!#\\$%&'\\*\\+-/=?\\^_`{\\|}~\\.]+@[a-zA-Z0-9_\\.-]+"
"regex_def": "[a-zA-Z0-9!#$%&'*+-/=?^_`{\\|}~\\.]+@[a-zA-Z0-9_\\.-]+"
},
{
"is_public": false,
"regex_def": ">"
}
]
}
}
Loading

0 comments on commit af7b857

Please sign in to comment.