blob: 87be006cf2ff0ea2a2f4b090be54b1757fef5a62 [file] [log] [blame]
Bram Moolenaar292eff02017-07-11 21:46:28 +02001function Test_Comparators()
2 try
3 let oldisident=&isident
4 set isident+=#
5 call assert_equal(1, 1 is#1)
6 finally
7 let &isident=oldisident
8 endtry
9endfunction