mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-23 11:32:07 +00:00
13
test/asm/multi-line-strings.out
Normal file
13
test/asm/multi-line-strings.out
Normal file
@@ -0,0 +1,13 @@
|
||||
"""
|
||||
Hello
|
||||
world
|
||||
The multi-line string can contain:
|
||||
- "single quotes"
|
||||
- ""double quotes""
|
||||
- even escaped """triple""" """quotes"""
|
||||
!
|
||||
arg <">
|
||||
arg (")
|
||||
arg <""">
|
||||
arg (""")
|
||||
()
|
||||
Reference in New Issue
Block a user