Merge: doc: fixed some typos and other misc. corrections
[nit.git] / src / test_highlight.nit
index 8c66462..399691b 100644 (file)
 # Program used to test the Nit highlighter
 module test_highlight
 
-import highlight
+import htmlight
 import test_phase
 
 class TestHighlightVisitor
-       super HighlightVisitor
+       super HtmlightVisitor
        redef fun hrefto(e) do
                return "#" + e.c_name
        end