From 049e74f23f472847425917d36f1644b395526469 Mon Sep 17 00:00:00 2001 From: Youhei SASAKI Date: Mon, 2 Apr 2012 12:05:44 +0900 Subject: [PATCH] Fix testblock for newer Coderay Newer Coderay return 'class="co"' instead of 'class="constant"'. This patch fix it. Signed-off-by: Youhei SASAKI --- test/testcases/block/12_extension/options3.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/testcases/block/12_extension/options3.html b/test/testcases/block/12_extension/options3.html index 7b646b6e..b856ac9b 100644 --- a/test/testcases/block/12_extension/options3.html +++ b/test/testcases/block/12_extension/options3.html @@ -1,7 +1,7 @@ -
x = Class.new +
x = Class.new
-
x = Class.new +
x = Class.new