mirror of
https://github.com/MontFerret/ferret.git
synced 2025-03-05 15:16:07 +02:00
* 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/")
|