Skip to content

Commit

Permalink
[test] Test bold
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalecki committed Nov 27, 2011
1 parent f2d60ea commit 53a18cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/ansispan-test.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ var dataSets = {
'colors with \\033\\[0;Xm': { 'colors with \\033\\[0;Xm': {
input: '\033\[0;32mhello world\033\[39m', input: '\033\[0;32mhello world\033\[39m',
output: '<span style="color: green">hello world</span>' output: '<span style="color: green">hello world</span>'
},
bold: {
input: 'hello world'.bold,
output: '<b>hello world</b>'
} }
}; };


Expand Down

0 comments on commit 53a18cf

Please sign in to comment.