diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-03 06:19:04 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-03 06:19:04 +0000 |
| commit | 6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07 (patch) | |
| tree | 1f70b259fe7fb5c82f437c6b006284893cf4eb5a /testing/py-simpleparse/py-simpleparse-eols.patch | |
| parent | 66765c30ac7a9c9a560ab43d5618de820fb373c6 (diff) | |
| download | aports-6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07.tar.bz2 aports-6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07.tar.xz | |
testing/*: removed
We dont ship testing things in a stable release
Diffstat (limited to 'testing/py-simpleparse/py-simpleparse-eols.patch')
| -rw-r--r-- | testing/py-simpleparse/py-simpleparse-eols.patch | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/testing/py-simpleparse/py-simpleparse-eols.patch b/testing/py-simpleparse/py-simpleparse-eols.patch deleted file mode 100644 index 9fc1362243..0000000000 --- a/testing/py-simpleparse/py-simpleparse-eols.patch +++ /dev/null @@ -1,33 +0,0 @@ -=== modified file 'examples/__init__.py' ---- examples/__init__.py 2008-11-09 22:58:29 +0000 -+++ examples/__init__.py 2011-08-17 18:31:28 +0000 -@@ -4,4 +4,4 @@ - well as a demonstration of using "pre-built" - parser nodes (particularly one based on the re - module). --''' -\ No newline at end of file -+''' - -=== modified file 'examples/simpleexample2_2.py' ---- examples/simpleexample2_2.py 2008-11-09 22:58:29 +0000 -+++ examples/simpleexample2_2.py 2011-08-17 20:06:58 +0000 -@@ -34,4 +34,4 @@ - for testData in testEquality: - success, children, nextcharacter = parser.parse( testData, production=production) - assert success and nextcharacter==len(testData), """Wasn't able to parse %s as a %s (%s chars parsed of %s), returned value was %s"""%( repr(testData), production, nextcharacter, len(testData), (success, children, nextcharacter)) -- -\ No newline at end of file -+ - -=== modified file 'examples/vrml.py' ---- examples/vrml.py 2008-11-09 22:58:29 +0000 -+++ examples/vrml.py 2011-08-17 20:07:12 +0000 -@@ -57,4 +57,4 @@ - success, tags, next = parser.parse( data) - d = time.time()-t - print "parsed %s characters of %s in %s seconds (%scps)"%( next, len(data), d, next/(d or 0.000000001) ) -- -\ No newline at end of file -+ - |
