Skip to content

Commit

Permalink
update regex
Browse files Browse the repository at this point in the history
  • Loading branch information
katelynsills committed Feb 12, 2020
1 parent bc3234a commit b9b2217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/zoe/src/zoe.js
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ Unimplemented installation moduleFormat ${moduleFormat}`;
const instanceHandle = harden({});
const contractFacet = makeContractFacet(instanceHandle);

const firstCapASCII = /^[A-Z][ -~]+$/;
const firstCapASCII = /^[A-Z][a-zA-Z0-9_$]*$/;
const { roles } = userProvidedTerms;

// `getOwnPropertyNames` returns all the non-symbol properties
Expand Down

0 comments on commit b9b2217

Please sign in to comment.