mirror of
https://github.com/vim/vim.git
synced 2025-11-09 10:37:17 -05:00
updated for version 7.0077
This commit is contained in:
@@ -24,7 +24,7 @@ SCRIPTS = test1.out test3.out test4.out test5.out test6.out \
|
||||
test38.out test39.out test40.out test41.out test42.out \
|
||||
test43.out test44.out test45.out test46.out test47.out \
|
||||
test48.out test51.out test53.out test54.out test55.out \
|
||||
test56.out
|
||||
test56.out test57.out
|
||||
|
||||
.SUFFIXES: .in .out
|
||||
|
||||
|
||||
35
src/testdir/test57.ok
Normal file
35
src/testdir/test57.ok
Normal file
@@ -0,0 +1,35 @@
|
||||
t1: alphabetical
|
||||
One test
|
||||
Two test
|
||||
one test
|
||||
two test
|
||||
t2: alpha, unique
|
||||
One test
|
||||
Two test
|
||||
Two test
|
||||
one test
|
||||
t3: alpha, unique, skip pattern
|
||||
two: aaa
|
||||
another: tuvy
|
||||
one: xay
|
||||
t4: number
|
||||
xce 9
|
||||
asdf 83 asd
|
||||
one 333
|
||||
t5: number and skip
|
||||
one 33:4 99
|
||||
:9
|
||||
asdf 3 a: sd 11
|
||||
t6: octal
|
||||
asdf 0014
|
||||
2389
|
||||
111
|
||||
t7: hex and skip
|
||||
asd/ad 1413
|
||||
0x44/1a1
|
||||
sf/0x1d3
|
||||
t8: wrong arguments
|
||||
ccc
|
||||
bbb
|
||||
aaa
|
||||
t8:
|
||||
Reference in New Issue
Block a user