From f345e95a7a842d339507e515843c466d3073b421 Mon Sep 17 00:00:00 2001 From: Ron Panduwana Date: Tue, 8 Feb 2011 02:01:34 +0700 Subject: Added tests for empty-prop and quoted-prop. --- zencoding-mode.el | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'zencoding-mode.el') diff --git a/zencoding-mode.el b/zencoding-mode.el index 609d7b8..eb909fd 100644 --- a/zencoding-mode.el +++ b/zencoding-mode.el @@ -418,7 +418,14 @@ ("a#q.x>b#q.x*2" "") ("a#q.x>b/#q.x*2" "") ;; Properties + ("a x" "") + ("a x=" "") + ("a x=\"\"" "") ("a x=y" "") + ("a x=\"y\"" "") + ("a x=\"()\"" "") + ("a x m" "") + ("a x= m=\"\"" "") ("a x=y m=l" "") ("a/ x=y m=l" "") ("a#foo x=y m=l" "") -- cgit v1.2.3