fix typo in test
authorXhmikosR <xhmikosr@users.sourceforge.net>
Sun, 17 Mar 2013 08:11:14 +0000 (10:11 +0200)
committerXhmikosR <xhmikosr@users.sourceforge.net>
Sun, 17 Mar 2013 08:11:14 +0000 (10:11 +0200)
test/data/line-breaks-in-attributes-min.css
test/data/line-breaks-in-attributes.css
test/unit-test.js

index 5cb9866..0d89301 100644 (file)
@@ -1 +1 @@
-.test[title="my very longtitle"]{background-image:url("very/long/path")}
\ No newline at end of file
+.test[title="my very long title"]{background-image:url("very/long/path")}
\ No newline at end of file
index 5929e55..b657b32 100644 (file)
@@ -1,3 +1,3 @@
-.test[title="my very long\
+.test[title="my very long \
 title"]{background-image:url("very/long/\
 path")}
\ No newline at end of file
index b96808d..ff6dcda 100644 (file)
@@ -616,9 +616,9 @@ path)}',
     'should keep special characters inside attributes #1': "a[data-css='color:white']",
     'should keep special characters inside attributes #2': 'a[href="/version-0.01.html"]',
     'should strip new lines inside attributes': [
-      ".test[title='my very long\
+      ".test[title='my very long \
 title']",
-      ".test[title='my very longtitle']"
+      ".test[title='my very long title']"
     ]
   }),
   'ie filters': cssContext({