tests: error_syntax errors on `? now
[nit.git] / contrib / neo_doxygen / src / tests / neo_doxygen_dump.nit
index 326a030..f594de9 100644 (file)
@@ -36,6 +36,9 @@ redef class NeoDoxygenCommand
        redef fun create_store(url) do return new DebugStore
 end
 
+# Dummy storage medium that write a debugging output to the standard output.
+#
+# For testing purposes only.
 class DebugStore
        super GraphStore
 
@@ -45,7 +48,7 @@ class DebugStore
                print ""
                for n in neo_entities do
                        if n isa NeoEdge then
-                               var buffer = new RopeBuffer
+                               var buffer = new Buffer
                                n.debug buffer
                                print buffer
                        end