diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-04-02 19:00:58 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-04-02 19:00:58 +0200 |
commit | 41571769c9a236fd07b333a5eb98c461636b466c (patch) | |
tree | ec1ea68205a7a81587973c381cfe55f4188924d1 /src/testdir/test80.ok | |
parent | fe5aab63feb2b03656700d3738d46a19e99edde0 (diff) | |
download | vim-41571769c9a236fd07b333a5eb98c461636b466c.zip |
updated for version 7.4.241
Problem: The string returned by submatch() does not distinguish between a
NL from a line break and a NL that stands for a NUL character.
Solution: Add a second argument to return a list. (ZyX)
Diffstat (limited to 'src/testdir/test80.ok')
-rw-r--r-- | src/testdir/test80.ok | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/testdir/test80.ok b/src/testdir/test80.ok index 2b79d377a..b42f604a0 100644 --- a/src/testdir/test80.ok +++ b/src/testdir/test80.ok @@ -90,6 +90,7 @@ l TEST_5: A123456789987654321 +[['A123456789'], ['9'], ['8'], ['7'], ['6'], ['5'], ['4'], ['3'], ['2'], ['1']] TEST_6: @@ -103,6 +104,8 @@ TEST_7: A
A B B +['B +']B -abab c-cbcbc |