mirror of
https://github.com/tenrok/maska.git
synced 2026-06-14 18:42:27 +03:00
Now the masked symbol is shown immediately
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ test('1 [(#)]', () => {
|
||||
})
|
||||
|
||||
test('1 #.#', () => {
|
||||
expect(mask('1', '#.#', tokens)).toBe('1')
|
||||
expect(mask('1', '#.#', tokens)).toBe('1.')
|
||||
})
|
||||
|
||||
test('1. #.#', () => {
|
||||
|
||||
Reference in New Issue
Block a user