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-01 15:40:59 -0700
commitddb22a821ce08ec79b013cdcd4538de24c93a93f (patch)
tree37aa10c10a72cdd7254a18d3e112b1287d57d63e
parent073cd40c63ba66782bb5bede24749e3444109c37 (diff)
downloadnasm-ddb22a821ce08ec79b013cdcd4538de24c93a93f.tar.gz
test: Add BR 3392626
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