Skip to content

Commit

Permalink
fixed spec
Browse files Browse the repository at this point in the history
  • Loading branch information
jugyo committed Aug 30, 2010
1 parent f8f6222 commit c455099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/termcolor_spec.rb
Expand Up @@ -27,7 +27,7 @@ module TermColor
it 'should parse 3' do
text = TermColor.parse('aa<30>bbbbbbb<32>cccc<90>ddd</90>c</32>b</30>aaa')
puts text
text.should == "aa\e[30mbbbbbbb\e[32mcccc\e[90mddd\e[0m\e[32mc\e[0m\e[30mb\e[0maaa"
text.should == "aa\e[30mbbbbbbb\e[32mcccc\e[90mddd\e[0m\e[30m\e[32mc\e[0m\e[30mb\e[0maaa"
end

it 'should parse 4' do
Expand Down

0 comments on commit c455099

Please sign in to comment.