Files
mgmt/examples/lang/html.mcl
Julien Pivotto 1685ee1ecb lang: funcs: Autogenerated a lot of new functions
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
2019-10-30 08:42:53 -04:00

11 lines
223 B
Plaintext

import "golang/html"
import "fmt"
$text1 = html.unescape_string("&lt;h1&gt;MGMT!&lt;/h1&gt;")
$text2 = html.escape_string("Test & Re-Test\n")
file "/tmp/index.html" {
state => "exists",
content => "${text1}${text2}",
}