SamyPesse / draft-js-prism

Code highlighting for DraftJS using Prism
http://samypesse.github.io/draft-js-prism/
Apache License 2.0
274 stars 36 forks source link

JS template-string coverage #22

Closed newsiberian closed 6 years ago

newsiberian commented 6 years ago

Hi, in some cases token could contain not string as a content, but an array with internal tokens. Could be tested with js template-string.

mxstbr commented 6 years ago

Can you add a test for this maybe?

newsiberian commented 6 years ago

Sorry, looks like I missed it. This logic already presents in processToken. So, I'm closing this PR.