diff options
| author | Arnaud Bailly <arnaud.bailly@iohk.io> | 2024-09-25 14:11:41 +0200 |
|---|---|---|
| committer | Arnaud Bailly <arnaud.bailly@iohk.io> | 2024-09-25 14:11:41 +0200 |
| commit | 778881eda5b0955fb4c845fb29097f048491f007 (patch) | |
| tree | a476547ca3286fc5e20a83198d658da7b1b18540 /rust/tests | |
| parent | 90dfe422f9c7058bebde0abf7eb3c7675c8fbf66 (diff) | |
| download | lambda-nantes-778881eda5b0955fb4c845fb29097f048491f007.tar.gz | |
Let creates a new environment
Diffstat (limited to 'rust/tests')
| -rw-r--r-- | rust/tests/interpret_test.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/tests/interpret_test.rs b/rust/tests/interpret_test.rs index 3fa357d..61b0712 100644 --- a/rust/tests/interpret_test.rs +++ b/rust/tests/interpret_test.rs @@ -5,4 +5,5 @@ fn interpreter_can_read_and_interpret_file() { assert_eq!("12 foo true (x x)", eval_file("sample/test.txt")); assert_eq!("true", eval_file("sample/test_full.txt")); assert_eq!("1", eval_file("sample/test_normal.txt")); + assert_eq!("13", eval_file("sample/test_let.txt")); } |
