Skip to content

Commit cf0bcb6

Browse files
committed
add more comments to test
1 parent 0db590a commit cf0bcb6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Lib/test/test_generated_cases.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1647,6 +1647,10 @@ def test_escaping_call_next_to_comment(self):
16471647
another_escaping_call();
16481648
/* another comment */
16491649
yet_another_escaping_call();
1650+
// couple
1651+
/* more */
1652+
// comments
1653+
final_escaping_call();
16501654
}
16511655
"""
16521656
output = """
@@ -1660,6 +1664,10 @@ def test_escaping_call_next_to_comment(self):
16601664
another_escaping_call();
16611665
/* another comment */
16621666
yet_another_escaping_call();
1667+
// couple
1668+
/* more */
1669+
// comments
1670+
final_escaping_call();
16631671
stack_pointer = _PyFrame_GetStackPointer(frame);
16641672
DISPATCH();
16651673
}

0 commit comments

Comments
 (0)