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

tests for caosdb-server#131

parent a36248f1
No related branches found
No related tags found
1 merge request!7Tests for multiple white space chars after `FROM`
Pipeline #7987 failed
......@@ -238,3 +238,8 @@ def test_issue_120():
def test_issue_134():
"""multiple white space characters after `FROM`"""
db.execute_query("SELECT pname FROM ename")
def test_issue_131():
"""white space befor unit with strange character"""
db.execute_query("FIND Entity WITH price > 100 €")
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