hightlight: remove two asserts that make #1247 crashes
[nit.git] / src / highlight.nit
index d48f0f4..00ed2bf 100644 (file)
@@ -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.