The common mechanism for line cintinuation with backslash as the last character of a line (to continue it in next source line) does not work.
Example:
.db 1, 2, 3, \
4, 5, 6
Since this is a common mechanism and supported by avrasm, it should be supported by avra as well.
Demo patch is attached.
line continuation patch