From 3fc634d5322f68ce9b7adec40eab4df4efcdf4d3 Mon Sep 17 00:00:00 2001 From: mattn Date: Mon, 11 Jun 2012 17:57:11 +0900 Subject: [PATCH] add test. --- unittest.vim | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/unittest.vim b/unittest.vim index f375e72..3fea1f2 100644 --- a/unittest.vim +++ b/unittest.vim @@ -450,6 +450,10 @@ finish 'query': "{test case $${nr}}*3", 'result': "test case 1\ntest case 2\ntest case 3\n", }, + { + 'query': "{test case \\$ }*3", + 'result': "test case $ test case $ test case $ ", + }, ], }, {