Skip to content

Commit

Permalink
add peg test (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
AsaiYusuke committed Oct 28, 2023
1 parent 151a887 commit dc92eb1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test_jsonpath_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7696,5 +7696,8 @@ func TestPegParserExecuteFunctions(t *testing.T) {
parser.Buffer = ``
parser.PrintSyntaxTree()

memoizeFunc := DisableMemoize()
memoizeFunc(&parser)

os.Stdout = stdoutBackup
}

0 comments on commit dc92eb1

Please sign in to comment.