Skip to content

Commit

Permalink
feat(developer): hint/warn on range check 🙀
Browse files Browse the repository at this point in the history
- analyzer

#10316
  • Loading branch information
srl295 committed Feb 2, 2024
1 parent 107e8e9 commit 10940be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/web/types/test/util/test-unescape.ts
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ describe('test NFDAnalyzer', () => {
assert.sameDeepMembers(Array.from(m.get(BadStringType.denormalized).values()), [
0x00E8,
0x0344,
0x1FA1D,
0x2FA1D,
], `denorm analysis`);
});
});

0 comments on commit 10940be

Please sign in to comment.