diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-11-08 12:13:32 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-11-08 13:06:11 +0100 |
| commit | 38c5c362419c5eee7a4fdc0b43d3a9dfb339a6d2 (patch) | |
| tree | 51faa3f6bbc56f75636823adeea135ed76e1b33b /src/eval/capture.rs | |
| parent | 75fffc1f9b6ef8bf258b2b1845a4ba74a0f5f2c1 (diff) | |
Final touches
Diffstat (limited to 'src/eval/capture.rs')
| -rw-r--r-- | src/eval/capture.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/eval/capture.rs b/src/eval/capture.rs index 4e24bc90..e47831df 100644 --- a/src/eval/capture.rs +++ b/src/eval/capture.rs @@ -172,5 +172,6 @@ mod tests { // Scoping. test("{ let x = 1; { let y = 2; y }; x + y }", &["y"]); + test("[#let x = 1]#x", &["x"]); } } |
