tests: replace usage of `is` with `is_same_instance`
[nit.git] / examples / html_page.nit
index c90ba7b..b44f5cc 100644 (file)
@@ -101,4 +101,5 @@ class NitHomepage
 end
 
 var page = new NitHomepage
+print page.render
 page.save("nit.html")