# HG changeset patch # User Bastien Orivel # Date 1465296396 -7200 # Node ID d3902e32d8998f00bf19760bc4300152d1f7f066 # Parent 5f1d285471af493fa3785e2027f54bcde64d73f3 Add a test for Global. diff --git a/tests/test_parse_files/test_global.py b/tests/test_parse_files/test_global.py new file mode 100644 --- /dev/null +++ b/tests/test_parse_files/test_global.py @@ -0,0 +1,2 @@ +def func(): + global a, b