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