mirror of
https://github.com/tenrok/maska.git
synced 2026-06-08 17:22:27 +03:00
Cleanup of mask.js code
This commit is contained in:
@@ -45,6 +45,10 @@ test('12 #!#(#)', () => {
|
||||
expect(mask('12', '#!#(#)', tokens)).toBe('1#(2)')
|
||||
})
|
||||
|
||||
test('12 #!!#', () => {
|
||||
expect(mask('12', '#!!#', tokens)).toBe('1!2')
|
||||
})
|
||||
|
||||
test('12 +1 #', () => {
|
||||
expect(mask('12', '+1 #', tokens)).toBe('+1 2')
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user