Skip to content

Commit 3f4e959

Browse files
committed
- [!] _output do not work with full-code case
1 parent 7bacacf commit 3f4e959

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example_execute0_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010

1111
// for standalone test, change package to `main` and the next func def to,
1212
// func main() {
13-
func ExampleExecute0_output() {
13+
func ExampleExecute0() {
1414
easygen.Opts.Debug = 1
1515

1616
tmpl := easygen.NewTemplate().Funcs(easygen.FuncDefs())

example_execute_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ type variable struct {
1717

1818
// for standalone test, change package to `main` and the next func def to,
1919
// func main() {
20-
func ExampleExecute_output() {
20+
func ExampleExecute() {
2121
easygen.Opts.Debug = 1
2222

2323
tmpl0 := easygen.NewTemplate().Customize()

0 commit comments

Comments
 (0)