diff options
| author | Georg Brandl <georg@python.org> | 2016-01-17 17:00:26 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2016-01-17 17:00:26 +0100 |
| commit | fc55dc2e95bcea03fbc0d8e1d130c9e53f3f1dad (patch) | |
| tree | 2a06d2fac7321452513bda7739e297a7e9848ec4 /tests/examplefiles/example.sh-session | |
| download | pygments-git-fc55dc2e95bcea03fbc0d8e1d130c9e53f3f1dad.tar.gz | |
merge default into stable
Diffstat (limited to 'tests/examplefiles/example.sh-session')
| -rw-r--r-- | tests/examplefiles/example.sh-session | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/examplefiles/example.sh-session b/tests/examplefiles/example.sh-session new file mode 100644 index 00000000..02f3bb0d --- /dev/null +++ b/tests/examplefiles/example.sh-session @@ -0,0 +1,19 @@ +user@host:~/path$ ls -a +. .. a b c +user@host:~/path$ diff -u a b +--- a 2008-07-26 17:10:07.000000000 -0700 ++++ b 2008-07-26 17:10:10.000000000 -0700 +@@ -1,3 +1,3 @@ + a +-b ++x + c +user@host:~/path$ echo \ +> a +a +user@host:~/path$ su +root@host:~# +sh-3.1$ # on hardy +sh$ # on etch +(virtualenv-name)user@host:~$ ls -a + |
