Test compiling a lot of comment lines
This commit is contained in:
parent
292f445a0a
commit
33052f4180
@ -588,3 +588,8 @@ def test_setv_builtins():
|
|||||||
(defn get [self] 42))
|
(defn get [self] 42))
|
||||||
(defn if* [self] 0))
|
(defn if* [self] 0))
|
||||||
""")
|
""")
|
||||||
|
|
||||||
|
|
||||||
|
def test_lots_of_comment_lines():
|
||||||
|
# https://github.com/hylang/hy/issues/1313
|
||||||
|
can_compile(1000 * ";\n")
|
||||||
|
Loading…
Reference in New Issue
Block a user