1
0
mirror of https://github.com/svg/svgo.git synced 2025-07-29 20:21:14 +03:00

add tests of cleanupListOfValues

This commit is contained in:
Kiyohiko Heima
2014-12-07 21:48:10 +09:00
parent 385d6534d2
commit 8222f41cd4
4 changed files with 34 additions and 1 deletions

View File

@ -102,7 +102,7 @@ exports.fn = function(item, params) {
units = '';
}
roundedListArr.push(num);
roundedListArr.push(num+units);
}
// if attribute value is "new"(only enable-background).