Adding more compiler coverage.
This commit is contained in:
parent
4945d0aa14
commit
0b3628bcc3
@ -126,6 +126,11 @@ def test_dicts():
|
||||
"bar": "baz"
|
||||
})]
|
||||
|
||||
objs = tokenize("(bar {foo bar bar baz})")
|
||||
assert objs == [HyExpression([HySymbol("bar"),
|
||||
HyDict({"foo": "bar",
|
||||
"bar": "baz"})])]
|
||||
|
||||
|
||||
def test_nospace():
|
||||
""" Ensure we can tokenize without spaces if we have to """
|
||||
|
Loading…
x
Reference in New Issue
Block a user