blob: 6e49577e0e43b0477839d56978ee3874e560bc82 [file] [log] [blame]
Bram Moolenaar9cf4b502018-07-23 04:12:03 +02001" Tests for parsing the modeline.
2
3func Test_invalid()
4 " This was reading before allocated memory.
5 call writefile(['vi:0', 'nothing'], 'Xmodeline')
6 call assert_fails('split Xmodeline', 'E518:')
7 bwipe!
8endfunc