From 9294bd04db5406b329d6002c569fe71166954a9d Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Wed, 8 Apr 2015 21:36:59 +0700 Subject: [PATCH] hightlight: remove two asserts that make #1247 crashes the result is still buggy but things keep-going Signed-off-by: Jean Privat --- src/highlight.nit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/highlight.nit b/src/highlight.nit index d48f0f4..00ed2bf 100644 --- a/src/highlight.nit +++ b/src/highlight.nit @@ -183,8 +183,8 @@ class HighlightVisitor c = n end - assert stack.is_empty - assert stack2.is_empty + #assert stack.is_empty + #assert stack2.is_empty end # Return a default CSS content related to CSS classes used in the `html` tree. -- 1.7.9.5