summaryrefslogtreecommitdiff
path: root/gas/testsuite/gasp/pl5.asm
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gasp/pl5.asm')
-rw-r--r--gas/testsuite/gasp/pl5.asm15
1 files changed, 15 insertions, 0 deletions
diff --git a/gas/testsuite/gasp/pl5.asm b/gas/testsuite/gasp/pl5.asm
new file mode 100644
index 0000000000..16b999b1fd
--- /dev/null
+++ b/gas/testsuite/gasp/pl5.asm
@@ -0,0 +1,15 @@
+! test of literal text operator
+ .ALTERNATE
+foop MACRO str1,str2
+ SDATA "str1"
+ SDATA str2
+ ENDM
+
+
+
+ foop this< is a <string> with angle brackets>
+ foop this< is a string with spaces>
+ foop this < is a string with a !>>
+
+
+ END