UNPKG

@sutton-signwriting/core

Version:

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

11 lines (7 loc) 313 B
import { range } from './swuquery-range'; it('should return a range for min and max of symbols', () => { expect(range('񀀁', '񀇡')).toBe('\uD8C0[\uDC01-\uDDE1]'); }) it('should return a range for min and max of numbers', () => { expect(range('𝣔', '𝤸')).toBe('\uD836[\uDCD4-\uDD38]'); })