summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChang S. Bae <chang.seok.bae@intel.com>2020-04-01 15:06:38 -0700
committerChang S. Bae <chang.seok.bae@intel.com>2020-04-21 21:00:56 +0000
commitbb96fdc74ce894a86c3f0efaa522f5c76739a6eb (patch)
tree5cb4cd33d1c27ead7641c3378f6de26415115035
parentbec812fc4b56d0ff8c2321f8ac47ffe41e86e9ca (diff)
downloadnasm-bb96fdc74ce894a86c3f0efaa522f5c76739a6eb.tar.gz
test: Add BR3392626
There are many similar preprocessor loop cases but located on each bug-report basis. While it looks to be better to consolidate them together, add one more test case like what was done before. Suggested-by: C. Masloch <pushbx@ulukai.org> Link: https://bugzilla.nasm.us/show_bug.cgi?id=3392626 Signed-off-by: Chang S. Bae <chang.seok.bae@intel.com>
-rw-r--r--test/br3392626.asm6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/br3392626.asm b/test/br3392626.asm
new file mode 100644
index 00000000..de4ad8ee
--- /dev/null
+++ b/test/br3392626.asm
@@ -0,0 +1,6 @@
+ ; line 1
+%rep 3 ; line 2
+ ; line 3
+ db 26h ; line 4
+%endrep ; line 5
+ ; line 6