Add regression test for parse zero operands at eof
All checks were successful
Validate the build / validate-build (push) Successful in 30s
All checks were successful
Validate the build / validate-build (push) Successful in 30s
This commit is contained in:
5
tests/input/regression/test_no_operands_eof.asm
Normal file
5
tests/input/regression/test_no_operands_eof.asm
Normal file
@ -0,0 +1,5 @@
|
||||
; regression test for two issues:
|
||||
; - parsing two zero operand instructions in a row
|
||||
; - a zero operand instruction just before eof
|
||||
syscall
|
||||
ret
|
Reference in New Issue
Block a user