From fb511a015aa47c943c5dc1286f58743fca307b1c Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 24 Feb 2009 13:38:15 +0100 Subject: Paths to literal include files and download files can now be absolute too. --- tests/root/special/code.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/root/special/code.py (limited to 'tests/root/special/code.py') diff --git a/tests/root/special/code.py b/tests/root/special/code.py new file mode 100644 index 000000000..70c48d2e7 --- /dev/null +++ b/tests/root/special/code.py @@ -0,0 +1,2 @@ +print "line 1" +print "line 2" -- cgit v1.2.1