From fb473a8e8aa4e52042b65319fc6c9b1068d6f9f0 Mon Sep 17 00:00:00 2001 From: Alexandre Terrasa Date: Fri, 1 Dec 2017 11:39:38 -0500 Subject: [PATCH] lib/ai: fix raw code in now tested docunit for puzzle test module Signed-off-by: Alexandre Terrasa --- lib/ai/examples/puzzle.nit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ai/examples/puzzle.nit b/lib/ai/examples/puzzle.nit index 400af03..dd85629 100644 --- a/lib/ai/examples/puzzle.nit +++ b/lib/ai/examples/puzzle.nit @@ -25,7 +25,7 @@ # # The argument "abcd.fgeh" is the grid # -# ~~~ +# ~~~raw # abc # d.f # geh @@ -33,7 +33,7 @@ # # The goal is: # -# ~~~ +# ~~~raw # abc # def # gh. -- 1.7.9.5