Skip to content

Commit ab9f66c

Browse files
committed
add multibyte in test case
1 parent 98b95da commit ab9f66c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

test/node_position/test_position.ok

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ function! F()
55
let x = "
66
\1
77
\2 <- tab
8-
\3"
8+
\3 マルチバイト
9+
\4"
910
endfunction

test/node_position/test_position.vim

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ function! s:run()
1010
\ ' let x = "',
1111
\ ' \1',
1212
\ ' \2 <- tab',
13-
\ ' \3"',
13+
\ ' \3 マルチバイト',
14+
\ ' \4"',
1415
\ 'endfunction',
1516
\ '',
1617
\ '" END',

0 commit comments

Comments
 (0)