neo-blessed/test/helpers.js
An Ko ecf08f4ba7 Add failing test for helpers.parseTags
a4d56fb moved the function from here 99f9d622e6/lib/widget.js (L9607-L9610) to its own file, but didn't fill in any reference for the Screen variable.
2015-08-05 18:41:40 +02:00

6 lines
243 B
JavaScript

var blessed = require('../'),
screen = blessed.screen();
console.log(blessed.helpers.parseTags('{red-fg}This should be red.{/red-fg}'));
console.log(blessed.helpers.parseTags('{green-bg}This should have a green background.{/green-bg}'));