comparison src/testdir/test59.in @ 1405:b63792dadc23 v7.1.120

updated for version 7.1-120
author vimboss
date Tue, 25 Sep 2007 16:00:00 +0000
parents 23f82b5d2814
children
comparison
equal deleted inserted replaced
1404:b00bc2bf23eb 1405:b63792dadc23
88 /^test2: 88 /^test2:
89 ]smm:let [str, a] = spellbadword() 89 ]smm:let [str, a] = spellbadword()
90 :$put =str 90 :$put =str
91 `m]s:let [str, a] = spellbadword() 91 `m]s:let [str, a] = spellbadword()
92 :$put =str 92 :$put =str
93 :unlet str a
93 :" 94 :"
94 :" Postponed prefixes 95 :" Postponed prefixes
95 :call TestOne('2', '1') 96 :call TestOne('2', '1')
96 :" 97 :"
97 :" Compound words 98 :" Compound words
98 :call TestOne('3', '3') 99 :call TestOne('3', '3')
99 :call TestOne('4', '4') 100 :call TestOne('4', '4')
100 :call TestOne('5', '5') 101 :call TestOne('5', '5')
101 :call TestOne('6', '6') 102 :call TestOne('6', '6')
102 :call TestOne('7', '7') 103 :call TestOne('7', '7')
104 :"
105 :" clean up for valgrind
106 :delfunc TestOne
107 :set spl= enc=latin1
103 :" 108 :"
104 gg:/^test output:/,$wq! test.out 109 gg:/^test output:/,$wq! test.out
105 ENDTEST 110 ENDTEST
106 111
107 1affstart 112 1affstart