diff options
Diffstat (limited to 'tests/farm/annotate/gold_multi/a/a.py,cover')
| -rw-r--r-- | tests/farm/annotate/gold_multi/a/a.py,cover | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/farm/annotate/gold_multi/a/a.py,cover b/tests/farm/annotate/gold_multi/a/a.py,cover new file mode 100644 index 0000000..fb3f543 --- /dev/null +++ b/tests/farm/annotate/gold_multi/a/a.py,cover @@ -0,0 +1,5 @@ +> def a(x): +> if x == 1: +> print "x is 1" +! else: +! print "x is not 1" |
