From 10b984556d8f24247c81c5a5f5470ed0cf2191b7 Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Sat, 16 Apr 2016 14:23:11 -0600 Subject: [PATCH] Add global & test --- unittests/global_lcase.chai | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/unittests/global_lcase.chai b/unittests/global_lcase.chai index 7f8959a6..21fdecdb 100644 --- a/unittests/global_lcase.chai +++ b/unittests/global_lcase.chai @@ -16,3 +16,8 @@ def f() { f(); + +global &h = v; +assert_true(h == v) +v = 3; +assert_true(h == 3)