]> gitweb.factorcode.org Git - factor.git/blob - extra/emojify/emojify-tests.factor
sequences: collect-from, remove sequence-operator-from, cleanups
[factor.git] / extra / emojify / emojify-tests.factor
1 USING: emojify tools.test ;
2
3 { "I ❤️ Factor 👍" } [ "I :heart: Factor :+1:" emojify ] unit-test