Skip to content
Snippets Groups Projects
Verified Commit b0704002 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

add another corner case to server_issue_131

parent 17b560b5
No related branches found
No related tags found
1 merge request!7Tests for multiple white space chars after `FROM`
Pipeline #8415 passed
...@@ -252,3 +252,8 @@ def test_issue_131(): ...@@ -252,3 +252,8 @@ def test_issue_131():
"FIND Entity WITH {} > 100 €".format(prop.name))] "FIND Entity WITH {} > 100 €".format(prop.name))]
assert rec.id in result_ids assert rec.id in result_ids
result_ids = [ent.id for ent in db.execute_query(
"FIND Entity WITH {} > 100.5 €".format(prop.name))]
assert rec.id in result_ids
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment