Skip to content

Instantly share code, notes, and snippets.

@meritt
Last active December 19, 2015 11:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save meritt/5947598 to your computer and use it in GitHub Desktop.
Save meritt/5947598 to your computer and use it in GitHub Desktop.
$ node test.js
Welcome to the world of beautiful web typography — only with Richtypo.
Beautiful <span class="amp">&amp;</span> Awesome Web Typography with<span class="slaquo"> </span> <span class="hlaquo">“</span>Richtypo”
var richtypo = require('richtypo'); // 0.1.6
var beautiful = richtypo.rich('Welcome to the world of beautiful web typography — only with Richtypo.');
var awesome = richtypo.title('Beautiful &amp; Awesome Web Typography with “Richtypo”');
console.log(beautiful);
console.log(awesome);
@meritt
Copy link
Author

meritt commented Jul 8, 2013

С jasmine-node@1.10.1 тесты начали запускаться. Странно, но тесты говорят, что всё ок.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment