diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-05-14 21:16:05 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-05-14 21:16:05 -0700 |
commit | 46a4e57c13fd01cd006847b5825b241bbea8a8c3 (patch) | |
tree | 599be2862299556fdc001c7ea388b1c1c2148c0d /subx/apps | |
parent | 2f49a27504fe302c1df8e55f7a1b63571495182c (diff) | |
download | mu-46a4e57c13fd01cd006847b5825b241bbea8a8c3.tar.gz |
.
Diffstat (limited to 'subx/apps')
-rwxr-xr-x | subx/apps/dquotes | bin | 24277 -> 24502 bytes | |||
-rw-r--r-- | subx/apps/dquotes.subx | 18 |
2 files changed, 9 insertions, 9 deletions
diff --git a/subx/apps/dquotes b/subx/apps/dquotes index c346647c..03e591f6 100755 --- a/subx/apps/dquotes +++ b/subx/apps/dquotes Binary files differdiff --git a/subx/apps/dquotes.subx b/subx/apps/dquotes.subx index 2ca82a95..6cd8d6ea 100644 --- a/subx/apps/dquotes.subx +++ b/subx/apps/dquotes.subx @@ -544,7 +544,7 @@ test-convert-is-idempotent-by-default: #? # }}} # . check-next-stream-line-equal(_test-output-stream, "", msg) # . . push args - 68/push "F - test-convert/0"/imm32 + 68/push "F - test-convert-is-idempotent-by-default/0"/imm32 68/push ""/imm32 68/push _test-output-stream/imm32 # . . call @@ -553,7 +553,7 @@ test-convert-is-idempotent-by-default: 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 0xc/imm32 # add to ESP # . check-next-stream-line-equal(_test-output-stream, "", msg) # . . push args - 68/push "F - test-convert/1"/imm32 + 68/push "F - test-convert-is-idempotent-by-default/1"/imm32 68/push ""/imm32 68/push _test-output-stream/imm32 # . . call @@ -562,7 +562,7 @@ test-convert-is-idempotent-by-default: 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 0xc/imm32 # add to ESP # . check-next-stream-line-equal(_test-output-stream, "== code ", msg) # . . push args - 68/push "F - test-convert/2"/imm32 + 68/push "F - test-convert-is-idempotent-by-default/2"/imm32 68/push "== code "/imm32 68/push _test-output-stream/imm32 # . . call @@ -571,7 +571,7 @@ test-convert-is-idempotent-by-default: 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 0xc/imm32 # add to ESP # . check-next-stream-line-equal(_test-output-stream, "", msg) # . . push args - 68/push "F - test-convert/3"/imm32 + 68/push "F - test-convert-is-idempotent-by-default/3"/imm32 68/push ""/imm32 68/push _test-output-stream/imm32 # . . call @@ -580,7 +580,7 @@ test-convert-is-idempotent-by-default: 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 0xc/imm32 # add to ESP # . check-next-stream-line-equal(_test-output-stream, "1 ", msg) # . . push args - 68/push "F - test-convert/4"/imm32 + 68/push "F - test-convert-is-idempotent-by-default/4"/imm32 68/push "1 "/imm32 68/push _test-output-stream/imm32 # . . call @@ -589,7 +589,7 @@ test-convert-is-idempotent-by-default: 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 0xc/imm32 # add to ESP # . check-next-stream-line-equal(_test-output-stream, "", msg) # . . push args - 68/push "F - test-convert/5"/imm32 + 68/push "F - test-convert-is-idempotent-by-default/5"/imm32 68/push ""/imm32 68/push _test-output-stream/imm32 # . . call @@ -598,7 +598,7 @@ test-convert-is-idempotent-by-default: 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 0xc/imm32 # add to ESP # . check-next-stream-line-equal(_test-output-stream, "2 3 ", msg) # . . push args - 68/push "F - test-convert/6"/imm32 + 68/push "F - test-convert-is-idempotent-by-default/6"/imm32 68/push "2 3 "/imm32 68/push _test-output-stream/imm32 # . . call @@ -607,7 +607,7 @@ test-convert-is-idempotent-by-default: 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 0xc/imm32 # add to ESP # . check-next-stream-line-equal(_test-output-stream, "== data ", msg) # . . push args - 68/push "F - test-convert/7"/imm32 + 68/push "F - test-convert-is-idempotent-by-default/7"/imm32 68/push "== data "/imm32 68/push _test-output-stream/imm32 # . . call @@ -616,7 +616,7 @@ test-convert-is-idempotent-by-default: 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 0xc/imm32 # add to ESP # . check-next-stream-line-equal(_test-output-stream, "4 5/imm32 ", msg) # . . push args - 68/push "F - test-convert/8"/imm32 + 68/push "F - test-convert-is-idempotent-by-default/8"/imm32 68/push "4 5/imm32 "/imm32 68/push _test-output-stream/imm32 # . . call |