mirror of
https://github.com/open-simh/simtools.git
synced 2026-01-25 19:56:30 +00:00
Add some tests for things I have fixed while the last weeks.
This commit is contained in:
17
tests/test-include.mac
Normal file
17
tests/test-include.mac
Normal file
@@ -0,0 +1,17 @@
|
||||
;;;;;
|
||||
;
|
||||
; Test some delimiters for the .INCLUDE directive
|
||||
;
|
||||
|
||||
.include "incl.mac"
|
||||
.include /incl.mac/
|
||||
.include \incl.mac\
|
||||
.include ?incl.mac?
|
||||
.include >incl.mac>
|
||||
|
||||
; these are errors: (in MACRO V05.05, some terminate the assembler)
|
||||
|
||||
.include <incl.mac>
|
||||
.include <incl.mac<
|
||||
.include =incl.mac=
|
||||
.include :incl.mac:
|
||||
Reference in New Issue
Block a user