We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b51c81b commit 5c5f77aCopy full SHA for 5c5f77a
astroquery/eso/tests/test_eso.py
@@ -309,7 +309,7 @@ def test_tap_url():
309
("' > 1.23 '", "= ' > 1.23 '"),
310
("likewise", "= 'likewise'"),
311
("INfinity", "= 'INfinity'"),
312
- ("like'%John%'", "= 'like'%John%''"), #pathologic case
+ ("like'%John%'", "= 'like'%John%''"), # pathologic case
313
314
# Ill-formed queries: Operator, but not sanitized. Expected to be passed through as-is
315
("like %John%", "like %John%"),
0 commit comments