This commit is contained in:
Pham Huy Hoang 2023-04-03 23:47:41 +09:00 committed by Stephan Seitz
parent 1c7ba3ffcf
commit 474c59dcf1
4 changed files with 37 additions and 2 deletions

View file

@ -0,0 +1,6 @@
class x: # Ignore comment
class y:
def z(): # Ignore comment
class t:

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<body>
<!-- This file deliberately contains trailing whitespace -->
<!-- Don't remove them -->
<div>
a
</div>
</body>
</html>