fix #396 Unsupported Node type: 27 (#397)
* fix #396 Unsupported Node type: 27 * Add test file * Modify a little comment * Modify the test pyc file name * Delete redundant pyc files * retest * Add newline at EOF --------- Co-authored-by: Michael Hansen <zrax0111@gmail.com>
This commit is contained in:
BIN
tests/compiled/class_NODE_BINARY.3.9.pyc
Normal file
BIN
tests/compiled/class_NODE_BINARY.3.9.pyc
Normal file
Binary file not shown.
3
tests/input/class_NODE_BINARY.py
Normal file
3
tests/input/class_NODE_BINARY.py
Normal file
@@ -0,0 +1,3 @@
|
||||
import Test
|
||||
class MyNet(Test.t):
|
||||
pass
|
4
tests/tokenized/class_NODE_BINARY.txt
Normal file
4
tests/tokenized/class_NODE_BINARY.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
import Test <EOL>
|
||||
class MyNet ( Test . t ) : <EOL>
|
||||
<INDENT>
|
||||
pass <EOL>
|
Reference in New Issue
Block a user