Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuxiujia committed Dec 20, 2019
1 parent 275991f commit 073ef08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/github.com/zhuxiujia/GoFastExpress/node_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import (

func TestNode_Run(t *testing.T) {
var results = []interface{}{
true,
true,
"fs",
false,
Expand All @@ -31,6 +32,7 @@ func TestNode_Run(t *testing.T) {
}

var expressions = []string{
"1 != -1",
"'2019-02-26' == '2019-02-26'",
"`f`+`s`",
"a +1 > b * 8",
Expand Down

0 comments on commit 073ef08

Please sign in to comment.