Skip to content

Commit

Permalink
test(optimizer): verfify local font sames stay unchanged
Browse files Browse the repository at this point in the history
  • Loading branch information
Sirius-A committed Jun 26, 2019
1 parent 0f66ccb commit 5f003fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/optimizer/level-1/optimize-test.js
Expand Up @@ -540,6 +540,10 @@ vows.describe('level 1 optimizations')
'with mixed bold weight and variant #2': [
'a{font:bold normal 17px sans-serif}',
'a{font:bold normal 17px sans-serif}'
],
'with color in local font name': [
'@font-face{src:local("Sans Black Italic")}',
'@font-face{src:local("Sans Black Italic")}',
]
}, { level: 1 })
)
Expand Down

0 comments on commit 5f003fd

Please sign in to comment.