1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-06-23 00:28:10 +02:00

Integration tests (#170)

This commit is contained in:
Tim Voronov
2018-11-12 14:53:36 -05:00
committed by GitHub
parent 423d84cd07
commit de774ba03e
50 changed files with 695 additions and 60 deletions

View File

@ -32,6 +32,7 @@ func NewLib() map[string]core.Function {
"INNER_HTML_ALL": InnerHTMLAll,
"INNER_TEXT": InnerText,
"INNER_TEXT_ALL": InnerTextAll,
"SELECT": Select,
"SCREENSHOT": Screenshot,
"PDF": PDF,
"DOWNLOAD": Download,