Test compiling a lot of comment lines

This commit is contained in:
Kodi Arfer 2017-07-12 14:07:42 -07:00
parent 292f445a0a
commit 33052f4180

View File

@ -588,3 +588,8 @@ def test_setv_builtins():
(defn get [self] 42))
(defn if* [self] 0))
""")
def test_lots_of_comment_lines():
# https://github.com/hylang/hy/issues/1313
can_compile(1000 * ";\n")