Skip to content

Commit

Permalink
retest
Browse files Browse the repository at this point in the history
  • Loading branch information
ddouworld committed Nov 11, 2023
1 parent 905cdf8 commit c686699
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
Binary file modified tests/compiled/class_NODE_BINARY.3.9.pyc
Binary file not shown.
5 changes: 0 additions & 5 deletions tests/input/class_NODE_BINARY.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
import Test
"""The Test module is not implemented for testing purposes. But it goes something like this
class t():
pass
"""
class MyNet(Test.t):
pass
6 changes: 3 additions & 3 deletions tests/tokenized/class_NODE_BINARY.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import TEST<EOL>
class MyNet(Test.t):<EOL>
import Test <EOL>
class MyNet ( Test . t ) : <EOL>
<INDENT>
pass<EOL>
pass <EOL>

0 comments on commit c686699

Please sign in to comment.