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
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
@@ -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