tpl: Add replaceRE to the "smoke tests"
authordigitalcraftsman <digitalcraftsman@protonmail.com>
Fri, 8 Apr 2016 19:36:35 +0000 (21:36 +0200)
committerdigitalcraftsman <digitalcraftsman@protonmail.com>
Fri, 8 Apr 2016 19:36:35 +0000 (21:36 +0200)
Fixes #2063

tpl/template_funcs_test.go

index 7e83542fb4fc36f3517d985b43b1a6bdef4b151b..8d604e81757bcf14abfe743fa061eb5e2d7ec68e 100644 (file)
@@ -107,6 +107,7 @@ readFile: {{ readFile "README.txt" }}
 relURL 1: {{ "http://gohugo.io/" | relURL }}
 relURL 2: {{ "mystyle.css" | relURL }}
 replace: {{ replace "Batman and Robin" "Robin" "Catwoman" }}
+replaceRE: {{ "http://gohugo.io/docs" | replaceRE "^https?://([^/]+).*" "$1" }}
 safeCSS: {{ "Bat&Man" | safeCSS | safeCSS }}
 safeHTML: {{ "Bat&Man" | safeHTML | safeHTML }}
 safeHTML: {{ "Bat&Man" | safeHTML }}
@@ -157,6 +158,7 @@ readFile: Hugo Rocks!
 relURL 1: http://gohugo.io/
 relURL 2: /hugo/mystyle.css
 replace: Batman and Catwoman
+replaceRE: gohugo.io
 safeCSS: Bat&amp;Man
 safeHTML: Bat&Man
 safeHTML: Bat&Man