summaryrefslogtreecommitdiff
path: root/t/t4018/python-indented-class
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-12-05 20:52:44 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-12-05 20:52:44 (GMT)
commit9502b616f187c567b93db69cd9c6f0028019bd15 (patch)
tree63c35ad83af6ad1ddc1059ce5132698d8e771530 /t/t4018/python-indented-class
parent76c68246c6b9752fd692f84b928cf867befd57cc (diff)
parent077a1fda82b237c16eb10bd988650468683a94b5 (diff)
downloadgit-9502b616f187c567b93db69cd9c6f0028019bd15.zip
git-9502b616f187c567b93db69cd9c6f0028019bd15.tar.gz
git-9502b616f187c567b93db69cd9c6f0028019bd15.tar.bz2
Merge branch 'jh/userdiff-python-async'
The userdiff machinery has been taught that "async def" is another way to begin a "function" in Python. * jh/userdiff-python-async: userdiff: support Python async functions
Diffstat (limited to 't/t4018/python-indented-class')
-rw-r--r--t/t4018/python-indented-class5
1 files changed, 5 insertions, 0 deletions
diff --git a/t/t4018/python-indented-class b/t/t4018/python-indented-class
new file mode 100644
index 0000000..19b4f35
--- /dev/null
+++ b/t/t4018/python-indented-class
@@ -0,0 +1,5 @@
+if TYPE_CHECKING:
+ class RIGHT:
+ # comment
+ # another comment
+ # ChangeMe