Skip to content

Commit

Permalink
add back deleted tests as valid
Browse files Browse the repository at this point in the history
  • Loading branch information
tserg committed Sep 1, 2023
1 parent 1bcd0ff commit c05dc28
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions tests/parser/syntax/utils/test_function_names.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,28 @@ def append():
def foo():
self.append()
""",
"""
@internal
@view
def gfah():
pass
@internal
@view
def eexo():
pass
""",
"""
@internal
@view
def gfah():
pass
@external
@view
def eexo():
pass
""",
]


Expand Down

0 comments on commit c05dc28

Please sign in to comment.