From cd6b93ac6432af89769a2e649024699a29da589a Mon Sep 17 00:00:00 2001 From: Kornelius Kalnbach Date: Wed, 19 Oct 2011 22:35:14 +0200 Subject: fix test --- test/functional/examples.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/functional/examples.rb b/test/functional/examples.rb index d565fcc..8540ac9 100755 --- a/test/functional/examples.rb +++ b/test/functional/examples.rb @@ -34,8 +34,8 @@ end # output as standalone HTML page (using CSS classes) page = CodeRay.scan('puts "Hello, world!"', :ruby).page - assert page[<<-PAGE] - + assert_match <<-PAGE, page +
-- 
cgit v1.2.1