Merge pull request #1001 from markshannon/python-delete-internal-tests

Python delete extractor tests. Duplicates of internal tests.
This commit is contained in:
Taus 2019-02-28 11:04:52 +01:00 коммит произвёл GitHub
Родитель 1b5887014b d605dfd542
Коммит a83f33be33
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
10 изменённых файлов: 0 добавлений и 62 удалений

Просмотреть файл

Просмотреть файл

@ -1,7 +0,0 @@
123456789
223456789
323456789
423456789
5234567ø9
623456789
723456789

Просмотреть файл

@ -1 +0,0 @@
Imports/EncodingError.ql

Просмотреть файл

@ -1 +0,0 @@
| bad_encoding.py:11:19:11:19 | Encoding Error | 'utf-8' codec can't decode byte 0x82 in position 82: invalid start byte |

Просмотреть файл

@ -1 +0,0 @@
Imports/EncodingError.ql

Просмотреть файл

@ -1 +0,0 @@
| nonsense.py:1:1:1:1 | Syntax Error | Syntax Error (in Python 3.5). |

Просмотреть файл

@ -1 +0,0 @@
Imports/SyntaxError.ql

Просмотреть файл

@ -1,12 +0,0 @@
"""Multi-line docstring
"""
# encoding:shift-jis
def f():
print "Python の開発は、1990 年ごろから開始されています"
"""

Просмотреть файл

@ -1,37 +0,0 @@
`Twas brillig, and the slithy toves
Did gyre and gimble in the wabe:
All mimsy were the borogoves,
And the mome raths outgrabe.
"Beware the Jabberwock, my son!
The jaws that bite, the claws that catch!
Beware the Jubjub bird, and shun
The frumious Bandersnatch!"
He took his vorpal sword in hand:
Long time the manxome foe he sought --
So rested he by the Tumtum tree,
And stood awhile in thought.
And, as in uffish thought he stood,
The Jabberwock, with eyes of flame,
Came whiffling through the tulgey wood,
And burbled as it came!
One, two! One, two! And through and through
The vorpal blade went snicker-snack!
He left it dead, and with its head
He went galumphing back.
"And, has thou slain the Jabberwock?
Come to my arms, my beamish boy!
O frabjous day! Callooh! Callay!'
He chortled in his joy.
`Twas brillig, and the slithy toves
Did gyre and gimble in the wabe;
All mimsy were the borogoves,
And the mome raths outgrabe.

Просмотреть файл

@ -1 +0,0 @@
print "Hello World"