mirror of
https://github.com/github/semantic.git
synced 2024-11-29 02:44:36 +03:00
d9f88fc046
Due to the problems outlined in #245, the tests for return statements were complicated and not testing useful properties. This patch adds a new `CHECK-TREE` directive which lets you embed a Core expression as a string, which is parsed and then compared against the result of compiling the containing module. |
||
---|---|---|
.. | ||
1-01-empty-module.py | ||
1-02-pass-statement.py | ||
1-03-empty-tuple.py | ||
1-04-toplevel-assignment.py | ||
1-05-eval-statement-fails.py | ||
2-01-return-statement.py | ||
2-02-return-doesnt-translate.py | ||
2-03-return-in-if-statement.py |