diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-04-29 22:01:03 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-04-29 22:01:03 +0000 |
commit | 06a89a51592d300396f2f846d1983df5029931be (patch) | |
tree | 6a0d97b40132d0eabb19b8419c190b1a10fb64bf /src/testdir/test53.in | |
parent | d8fc5c0b999204f47efd7702502b41ead11948a4 (diff) | |
download | vim-06a89a51592d300396f2f846d1983df5029931be.zip |
updated for version 7.0f05
Diffstat (limited to 'src/testdir/test53.in')
-rw-r--r-- | src/testdir/test53.in | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/src/testdir/test53.in b/src/testdir/test53.in index 29f7a70bd..c2023e97b 100644 --- a/src/testdir/test53.in +++ b/src/testdir/test53.in @@ -1,4 +1,4 @@ -Tests for string text objects. vim: set ft=vim : +Tests for string and html text objects. vim: set ft=vim : Note that the end-of-line moves the cursor to the next test line. @@ -15,7 +15,14 @@ da" :set quoteescape=+*- di` $F"va"oha"i"rz -k:put =matchstr(\"abcd\", \".\", 0, 2) " b +:" +/^<begin +jfXdit +0fXdit +fXdat +0fXdat +:" +:put =matchstr(\"abcd\", \".\", 0, 2) " b :put =matchstr(\"abcd\", \"..\", 0, 2) " bc :put =matchstr(\"abcd\", \".\", 2, 0) " c (zero and negative -> first match) :put =matchstr(\"abcd\", \".\", 0, -1) " a @@ -31,4 +38,11 @@ out " in "noXno" "'" 'blah' rep 'buh' bla `s*`d-`+++`l**` b`la voo "nah" sdf " asdf" sdf " sdf" sd + +<begin> +-<b>asdf<i>Xasdf</i>asdf</b>- +-<b>asdX<i>a<i />sdf</i>asdf</b>- +-<b>asdf<i>Xasdf</i>asdf</b>- +-<b>asdX<i>as<b />df</i>asdf</b>- +</begin> end: |