Update PasswordGenerator.test.ts (#1413)

This commit is contained in:
Leendert de Borst
2025-11-30 12:58:37 +01:00
committed by Leendert de Borst
parent 254f0a1212
commit 645fd605e6

View File

@@ -131,7 +131,7 @@ describe('PasswordGenerator', () => {
expect(password).not.toMatch(/[Ss5]/);
expect(password).not.toMatch(/[Bb8]/);
expect(password).not.toMatch(/[Gg6]/);
expect(password).not.toMatch(/[[\]{}()<>]/);
expect(password).not.toMatch(/[\\[\\]{}()<>]/);
expect(password).not.toMatch(/['"`]/);
expect(password).not.toMatch(/[;:,.]/);
expect(password).not.toMatch(/[_-]/);