use text/template to avoid HTML escaping
Co-authored-by: Roy O'Young <roy2220@outlook.com> Closes #57
This commit is contained in:
@@ -15,13 +15,13 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"html/template"
|
||||
"io/ioutil"
|
||||
"os"
|
||||
"os/exec"
|
||||
"path/filepath"
|
||||
"strings"
|
||||
"testing"
|
||||
"text/template"
|
||||
)
|
||||
|
||||
func run(t *testing.T, name string, args ...string) {
|
||||
|
||||
Reference in New Issue
Block a user