UNPKG

210 BJavaScriptView Raw
1
2import { re } from './symbol-re';
3
4it('should have the full regular expression', () => {
5 expect(re.full).toBe('((?:\uD836[\uDC00-\uDE8B]))((?:\uD836[\uDE9B-\uDE9F]))?((?:\uD836[\uDEA1-\uDEAF]))?')
6});