commit | 2973daafe1732963b8924cb9df53c608804d66b3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 02 23:15:40 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 02 23:15:40 2017 +0100 |
tree | 6eb98ebdf91ec75bb941e58c893262ea3d2fad23 | |
parent | a88254f70458e7d4c998de7cc41aa06176eb61dc [diff] [blame] |
patch 8.0.1257: no test for fix of undefined behavior Problem: No test for fix of undefined behavior. Solution: Add a test. (closes #2255)
diff --git a/src/testdir/test_search.vim b/src/testdir/test_search.vim index be8b9a4..37661c3 100644 --- a/src/testdir/test_search.vim +++ b/src/testdir/test_search.vim
@@ -697,3 +697,7 @@ call term_sendkeys(g:buf, ":qa!\<cr>") bwipe! endfunc + +func Test_search_undefined_behaviour2() + call search("\%UC0000000") +endfunc