Adding Recognizers, and more.
Adding the proposed recognizers vocabulary, including a limited test. Fixing windows build to better handle different VS versions. Fixing various hidden word bugs. Adding 3DUP opcode. Bumping version number.
This commit is contained in:
@ -23,7 +23,7 @@ if 'Invalid' in source:
|
||||
print(source)
|
||||
sys.exit(1)
|
||||
|
||||
if not source.strip().endswith('--> 123'):
|
||||
if not source.strip().endswith('\n--> 123'):
|
||||
print('MISSING EXPECTED OUTPUT')
|
||||
print(source)
|
||||
sys.exit(1)
|
||||
|
||||
Reference in New Issue
Block a user