]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
adds more use cases to inliner test
authorRafiBomb <rafi@zurb.com>
Fri, 6 May 2016 15:48:17 +0000 (08:48 -0700)
committerRafiBomb <rafi@zurb.com>
Fri, 6 May 2016 15:48:17 +0000 (08:48 -0700)
gulpfile.js
package.json
test/visual/pages/inliner-bugs.html

index e46872276e79b28d46fd98c5c689e7e1acdd5fa8..69044c52efe25dc5fdd74ce9fac1ccc3ba216596 100644 (file)
@@ -209,7 +209,8 @@ function inliner(css) {
   var pipe = lazypipe()
     .pipe($.inlineCss, {
       applyStyleTags: false,
-      removeStyleTags: false
+      removeStyleTags: false,
+      removeLinkTags: false
     })
     .pipe($.injectString.replace, '<!-- <style> -->', '<style>'+mqCss+'</style>')
     .pipe($.htmlmin, {
index f5e695b617a72ca26a89ced93daa2d92dabf6958..723b1c22f7fad4a45b0d439b5c5039837c8b1bff 100644 (file)
@@ -43,7 +43,7 @@
     "gulp-sourcemaps": "^1.6.0",
     "gulp-wrap": "^0.11.0",
     "gulp-zip": "^3.2.0",
-    "inky": "zurb/inky",
+    "inky": "zurb/inky#fix-character-escaping",
     "lazypipe": "^1.0.1",
     "motion-ui": "^1.1.1",
     "multiline": "^1.0.2",
index 6477c3dd0f081705c8990a0387f0009d65f5c280..5a2a379a2b7a515b7e2d2e1a96060ba8d2c73820 100644 (file)
@@ -5,7 +5,7 @@
       #417 - 2 sets of angle backets: outer set should not get converted to charachter codes. you should not see 2 angle brackets here:
       <br>
       <<LCG Program\TG LCG Coupon Code Default='246996'>>
-      confirmed on inliner
+      confirmed on inliner (both) need to 
 
       <hr>
 
       #337 - Should not be converted to ampersand apos;
       <br>
       '
+      <br>
+      Inky issue
+
+      <hr>
+      mdash; should not be converted to #x2014; 
+      <br>
+      &mdash;
+      <br>
+      Inky issue
+      <hr>
+
+
+      quotes should not be converted to quot;
+      <br>
+      " 
+      <br>
       Inky issue
+      <hr>
 
+      ellipsis should not be converted to #x2019;
+      <br>
+      …
+      <br>
+      Inky issue
       <hr>
 
       #384 - Should not be converted to ampersand and nbsp