From 251e639a6b7149cf2829ff39219a0029f4ffc4c1 Mon Sep 17 00:00:00 2001 From: smihica Date: Fri, 8 Aug 2014 03:19:50 +0900 Subject: FIxed test break because of #29 --- src/test.el | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/test.el b/src/test.el index cbc4390..055be6c 100644 --- a/src/test.el +++ b/src/test.el @@ -129,7 +129,9 @@ "a#q.x>b" ("") "a#q.x.y.z>b" ("") "a#q.x.y.z>b#p.l.m.n" ("") - "#q>.x" ("
") + "#q>.x" ("
" + "
" + "
") "a>b+c" ("" " " " " @@ -174,9 +176,7 @@ " " " " "

" - "
" - " foo" - "
" + "
foo
" "")) (define-emmet-transform-html-test-case Multiplication @@ -433,8 +433,7 @@ " [:b]]]")) (define-emmet-transform-html-test-case Filter-escape - "script src="|e" ("<script src=\"&quot;\">" - "</script>")) + "script src="|e" ("<script src=\"&quot;\"></script>")) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; CSS-abbrev tests -- cgit v1.2.3