This website requires JavaScript.
Explore
Help
Register
Sign In
MDS
/
openide
Watch
1
Star
0
Fork
0
You've already forked openide
mirror of
https://gitflic.ru/project/openide/openide.git
synced
2026-01-15 20:26:04 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
536d97891723cef57d7ddd773f2dc2a70c5e69a1
openide
/
python
/
testData
/
joinLines
History
Ekaterina Tuzova
93d0b8058b
fixed PY-7319 "Join lines" does not remove trailing backslash correctly
2012-08-30 17:30:21 +04:00
..
BinaryOp-after.py
…
BinaryOp.py
…
BinaryOpBelow-after.py
…
BinaryOpBelow.py
…
DictLCurly-after.py
…
DictLCurly.py
…
DictRCurly-after.py
…
DictRCurly.py
…
List-after.py
…
List.py
…
ListLBracket-after.py
…
ListLBracket.py
…
ListOfStrings-after.py
added test for join lines PY-6043
2012-03-19 11:38:06 +04:00
ListOfStrings.py
added test for join lines PY-6043
2012-03-19 11:38:06 +04:00
ListRBracket-after.py
…
ListRBracket.py
…
LongExpression-after.py
fixed PY-7319 "Join lines" does not remove trailing backslash correctly
2012-08-30 17:30:21 +04:00
LongExpression.py
fixed PY-7319 "Join lines" does not remove trailing backslash correctly
2012-08-30 17:30:21 +04:00
StatementColon-after.py
…
StatementColon.py
…
StatementComment-after.py
…
StatementComment.py
…
StatementCommentStatement-after.py
…
StatementCommentStatement.py
…
StringDifferentOneQuotes-after.py
…
StringDifferentOneQuotes.py
…
StringDifferentOneQuotesBelow-after.py
…
StringDifferentOneQuotesBelow.py
…
StringOneQuoteEscEOL-after.py
…
StringOneQuoteEscEOL.py
…
StringOneQuotePlainRaw-after.py
…
StringOneQuotePlainRaw.py
…
StringOneQuotePlainU-after.py
…
StringOneQuotePlainU.py
…
StringTripleQuotes-after.py
…
StringTripleQuotes.py
…
StringTripleQuotesDifferent-after.py
…
StringTripleQuotesDifferent.py
…
StringWithSlash-after.py
fixed PY-4375 Join lines: delete escaping backslash when joining one string
2011-11-11 23:39:12 +01:00
StringWithSlash.py
fixed PY-4375 Join lines: delete escaping backslash when joining one string
2011-11-11 23:39:12 +01:00
Tuple-after.py
…
Tuple.py
…
TupleLPar-after.py
…
TupleLPar.py
…
TupleRPar-after.py
…
TupleRPar.py
…
TwoComments2-after.py
when joining comments, we skipped over whitespace to the left of caret twice, which caused characters to be deleted (PY-7286)
2012-08-23 13:53:48 +02:00
TwoComments2.py
when joining comments, we skipped over whitespace to the left of caret twice, which caused characters to be deleted (PY-7286)
2012-08-23 13:53:48 +02:00
TwoComments-after.py
…
TwoComments.py
…
TwoStatements-after.py
…
TwoStatements.py
…