This website requires JavaScript.
Explore
Help
Sign In
Yaltik
/
hy
Watch
2
Star
0
Fork
0
You've already forked hy
Code
Pull Requests
Releases
Activity
db122f2ec9
hy
/
tests
/
native_tests
/
language.hy
7 lines
104 B
Hy
Raw
Normal View
History
Unescape
Escape
adding in thingers.
2013-03-06 04:08:53 +01:00
;
cleaning up lexing code
2013-03-07 00:57:21 +01:00
adding in thingers.
2013-03-06 04:08:53 +01:00
(
def
test_lists
(
fn
[
]
adding better native testing
2013-03-06 04:15:45 +01:00
"NATIVE: test lists work right"
adding in thingers.
2013-03-06 04:08:53 +01:00
(
assert
(
=
[
1
2
3
4
]
(
+
[
1
2
]
[
3
4
]
)
)
)
)
)
Copy Permalink