view src/testdir/test_listlbr.ok @ 6062:50575818a97f v7.4.370

updated for version 7.4.370 Problem: Linebreak test fails when encoding is not utf-8. (Danek Duvall) Solution: Split the test in a single byte one and a utf-8 one. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Wed, 16 Jul 2014 17:01:53 +0200
parents d42a1d3b74d4
children 69da1498ce89
line wrap: on
line source


	abcdef hijklmn	pqrstuvwxyz_1060ABCDEFGHIJKLMNOP 

Test 1: set linebreak
    abcdef          
+hijklmn            
+pqrstuvwxyz_1060ABC
+DEFGHIJKLMNOP      

Test 2: set linebreak + set list
^Iabcdef hijklmn^I  
+pqrstuvwxyz_1060ABC
+DEFGHIJKLMNOP      
                    

Test 3: set linebreak nolist
    abcdef          
+hijklmn            
+pqrstuvwxyz_1060ABC
+DEFGHIJKLMNOP      
1	aaaaaaaaaaaaaaaaaa

Test 4: set linebreak with tab and 1 line as long as screen: should break!
1                   
+aaaaaaaaaaaaaaaaaa 
~                   
~