From: Jean Privat Date: Wed, 8 Apr 2015 14:36:59 +0000 (+0700) Subject: hightlight: remove two asserts that make #1247 crashes X-Git-Tag: v0.7.4~34^2~1 X-Git-Url: http://nitlanguage.org hightlight: remove two asserts that make #1247 crashes the result is still buggy but things keep-going Signed-off-by: Jean Privat --- 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.