UNPKG

@sutton-signwriting/core

Version:

a javascript package for node and browsers that supports general processing of the Sutton SignWriting script

7 lines (4 loc) 512 B
import { re } from './fswquery-re'; it('should have the full regular expression', () => { expect(re.full).toBe('Q((?:A(?:(?:S00000|S[123][0-9a-f]{2}[0-5u][0-9a-fu]|R[123][0-9a-f]{2}t[123][0-9a-f]{2})(?:o(?:S00000|S[123][0-9a-f]{2}[0-5u][0-9a-fu]|R[123][0-9a-f]{2}t[123][0-9a-f]{2}))*)+)?T)?((?:(?:S00000|S[123][0-9a-f]{2}[0-5u][0-9a-fu]|R[123][0-9a-f]{2}t[123][0-9a-f]{2})(?:o(?:S00000|S[123][0-9a-f]{2}[0-5u][0-9a-fu]|R[123][0-9a-f]{2}t[123][0-9a-f]{2}))*(?:[0-9]{3}x[0-9]{3})?)*)?(V[0-9]+)?(-?)') })