mirror of
https://github.com/MontFerret/ferret.git
synced 2024-12-14 11:23:02 +02:00
dca7267e82
* Renamed REGEXP_REPLACE to REGEX_REPLACE in e2e tests * Updated example test suites * Fixed config file * Updated go.sum * Switched back to ubuntu * Added release action
6 lines
133 B
YAML
6 lines
133 B
YAML
query:
|
|
ref: ../../../examples/blank-page.fql
|
|
assert:
|
|
text: |
|
|
RETURN T::EQ(@lab.data.query.result, "https://www.google.com/")
|