Skip to content

Commit

Permalink
add caret tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraSuegami committed May 12, 2024
1 parent ab33ad5 commit b6efead
Show file tree
Hide file tree
Showing 10 changed files with 567 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/circom/tests/asterisk.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe("Asterisk Regex", () => {
);

writeFileSync(
path.join(__dirname, "./circuits/asterisk1_regex.circom"),
path.join(__dirname, "./circuits/asterisk2_regex.circom"),
compiler.genFromDecomposed(
readFileSync(
path.join(__dirname, "./circuits/asterisk2.json"),
Expand Down
Loading

0 comments on commit b6efead

Please sign in to comment.