Prechádzať zdrojové kódy

Tests: expect an empty &buftype

Marco Hinz 9 rokov pred
rodič
commit
01278efa54
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      test/feature/buffer.vader

+ 1 - 1
test/feature/buffer.vader

@@ -4,7 +4,7 @@ Before:
 Execute (Check buffer options):
   AssertEqual 'startify', &filetype
   AssertEqual 'wipe',     &bufhidden
-  AssertEqual 'nofile',   &buftype
+  AssertEqual '',         &buftype
   AssertEqual 0,          &buflisted
   AssertEqual 0,          &cursorcolumn
   AssertEqual 0,          &cursorline