mirror of
https://github.com/HigherOrderCO/Bend.git
synced 2024-11-05 04:51:40 +03:00
Add id_undescore test
This commit is contained in:
parent
727ad370c9
commit
a9d1d22f3b
3
tests/golden_tests/run_file/id_underscore.hvm
Normal file
3
tests/golden_tests/run_file/id_underscore.hvm
Normal file
@ -0,0 +1,3 @@
|
||||
id _ = _
|
||||
|
||||
main = (id (2, 3))
|
5
tests/snapshots/run_file__id_underscore.hvm.snap
Normal file
5
tests/snapshots/run_file__id_underscore.hvm.snap
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
source: tests/golden_tests.rs
|
||||
input_file: tests/golden_tests/run_file/id_underscore.hvm
|
||||
---
|
||||
(2, 3)
|
Loading…
Reference in New Issue
Block a user