view src/testdir/test_increment.ok @ 6870:66ab6ec256d1 v7.4.755

patch 7.4.755 Problem: It is not easy to count the number of characters. Solution: Add the skipcc argument to strchars(). (Hirohito Higashi, Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Thu, 25 Jun 2015 16:09:26 +0200
parents 9798a98a1583
children f9876721bedc
line wrap: on
line source

# Test 1
S1======
foobar-10
E1======

foobar-9
foobar-9
foobar-11
foobar-11
foobar-9


# Test 2
S2=====
10
20
30
40
E2=====

11
21
31
41

9
19
29
39

# Test 3
S3=====
10

20

30

40
E3=====

12

24

36

48

8

16

24

32

# Test 4
S4=====
foobar-10
E4=====

foobar-10

ENDTEST