blacken sources
This commit is contained in:
19
test/cases/format/format.yaml
Normal file
19
test/cases/format/format.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
name: two_nop
|
||||
program: |
|
||||
NOP
|
||||
NOP
|
||||
expected:
|
||||
- 0x00
|
||||
- 0x00
|
||||
---
|
||||
name: unused_labels
|
||||
program: |
|
||||
start:
|
||||
NOP
|
||||
middle:
|
||||
NOP
|
||||
end:
|
||||
expected:
|
||||
- 0x00
|
||||
- 0x00
|
||||
Reference in New Issue
Block a user