mirror of
https://github.com/tenrok/maska.git
synced 2026-06-14 18:42:27 +03:00
Fix code that process rest of the mask
This commit is contained in:
+2
-1
@@ -102,7 +102,8 @@ test('123abc (#*)A*', () => {
|
||||
})
|
||||
|
||||
test('123abc -> # (A*)', () => {
|
||||
expect(mask('123abc', '# (A*)', tokens)).toBe('1 (ABC)')
|
||||
expect(mask('123abc', '# (A*)', tokens)).toBe('1 (ABC')
|
||||
expect(mask('123abc ', '# (A*)', tokens)).toBe('1 (ABC)')
|
||||
})
|
||||
|
||||
test('Raw 123abc ##(A*)', () => {
|
||||
|
||||
Reference in New Issue
Block a user