We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0db590a commit cf0bcb6Copy full SHA for cf0bcb6
Lib/test/test_generated_cases.py
@@ -1647,6 +1647,10 @@ def test_escaping_call_next_to_comment(self):
1647
another_escaping_call();
1648
/* another comment */
1649
yet_another_escaping_call();
1650
+ // couple
1651
+ /* more */
1652
+ // comments
1653
+ final_escaping_call();
1654
}
1655
"""
1656
output = """
@@ -1660,6 +1664,10 @@ def test_escaping_call_next_to_comment(self):
1660
1664
1661
1665
1662
1666
1667
1668
1669
1670
1663
1671
stack_pointer = _PyFrame_GetStackPointer(frame);
1672
DISPATCH();
1673
0 commit comments