Good first issue — small, self-contained, one PR.
Add fixtures (fake data only) that exercise PII redaction on mixed-script input — for example, messages that mix 繁體中文 with English names, phone patterns, or email addresses.
Where to look:
privacy filter ver 1.0/test/
- Use fake values:
customer@example.com, +886900000000, ORDER_TEST_001
Acceptance:
- New test cases pass with
npm test
- No real personal data
- Covers at least 3 new mixed-language patterns
Good first issue — small, self-contained, one PR.
Add fixtures (fake data only) that exercise PII redaction on mixed-script input — for example, messages that mix 繁體中文 with English names, phone patterns, or email addresses.
Where to look:
privacy filter ver 1.0/test/customer@example.com,+886900000000,ORDER_TEST_001Acceptance:
npm test