Add some tests for things I have fixed while the last weeks.

This commit is contained in:
Olaf Seibert
2015-05-27 21:54:00 +02:00
parent d38f4009c4
commit bc450511d8
11 changed files with 214 additions and 0 deletions

12
tests/test-word-comma.mac Normal file
View File

@@ -0,0 +1,12 @@
start: .word 123 ; 1 word
.word ; 1 word
.word 1, ; 2 words
.word ,2 ; 2 words
.word , ; 2 words
.word ,, ; 3 words
.word 1,, ; 3 words
.word ,,3 ; 3 words
.word 1,,3 ; 3 words
.word 1,2,3 ; 3 words