From 485abffe6c124153481058c82c3e0db28ef33f22 Mon Sep 17 00:00:00 2001 From: mattn Date: Thu, 9 Oct 2014 09:47:40 +0900 Subject: [PATCH] Add test to expand dn to 'display: none' for css --- unittest.vim | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/unittest.vim b/unittest.vim index 45e9eb8..3b807ca 100644 --- a/unittest.vim +++ b/unittest.vim @@ -730,6 +730,10 @@ finish 'query': "{c#dba.7$$$$}", 'result': "{color: rgb(221, 187, 170, 0.7);}", }, + { + 'query': "{dn$$$$}", + 'result': "{display: none;}", + }, ], }, ],