2
0
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:
Alexander Shabunevich
2020-09-28 13:02:45 +03:00
parent bb62516640
commit 26234704f0
12 changed files with 32 additions and 21 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ test('1 [(#)]', () => {
})
test('1 #.#', () => {
expect(mask('1', '#.#', tokens)).toBe('1')
expect(mask('1', '#.#', tokens)).toBe('1.')
})
test('1. #.#', () => {