From cdec7ba30ed6d527c2d007b7fd37413f0c71a1fd Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 22 Dec 2016 11:26:06 +1100 Subject: tests: Add a coverage test for printing the parse-tree. --- tests/cmdline/cmd_parsetree.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/cmdline/cmd_parsetree.py (limited to 'tests/cmdline/cmd_parsetree.py') diff --git a/tests/cmdline/cmd_parsetree.py b/tests/cmdline/cmd_parsetree.py new file mode 100644 index 000000000..5f698eeae --- /dev/null +++ b/tests/cmdline/cmd_parsetree.py @@ -0,0 +1,11 @@ +# cmdline: -v -v -v +# test printing of the parse-tree + +for i in (): + pass +a = None +b = 'str' +c = 'a very long str that will not be interned' +d = b'bytes' +e = b'a very long bytes that will not be interned' +f = 123456789012345678901234567890 -- cgit v1.2.3