adding some tests

This commit is contained in:
Carlos Herrera
2021-01-22 16:41:56 -03:00
committed by Matias Navarro Carter
parent bf51a443be
commit ef32d3d7c0

View File

@@ -80,7 +80,8 @@ class RutTest extends TestCase
['24 736.7322', 24_736_732, '2'],
[' 24 232.. 442 -- 0', 24_232_442, '0'],
['35323325', 3_532_332, '5'],
['22.457.309K', 22_457_309, 'K']
['22.457.309K', 22_457_309, 'K'],
['15450088K', 15450088, 'K']
];
}
}