Skip to content
Snippets Groups Projects

Tests for multiple white space chars after `FROM`

Merged Timm Fitschen requested to merge f-double-white-space into dev
@@ -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 €")
Loading