misc/vim: add a function to search for instances of the word under the cursor
[nit.git] / tests / test_print.nit
index eac89d2..3045dd8 100644 (file)
@@ -20,5 +20,5 @@ print('1')
 print("1")
 print(true)
 print(false)
-print(null)
+print("")
 print(["1"])