diff options
| author | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2026-02-22 22:50:53 +0100 |
|---|---|---|
| committer | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2026-02-22 22:50:53 +0100 |
| commit | 79c148f9779201c48b0e87d403499545f3ed9a3f (patch) | |
| tree | dd518ee8df4778f073770d967c13ce161a39a3f4 /tests/testsuite.at | |
| parent | dc6b48841bfc83f13a84b4aba136ebe0c2d8ad89 (diff) | |
`-$$` and `-^C` always return -1 now instead of passing down the prefix sign
Diffstat (limited to 'tests/testsuite.at')
| -rw-r--r-- | tests/testsuite.at | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/testsuite.at b/tests/testsuite.at index 8145e3d..d688c6e 100644 --- a/tests/testsuite.at +++ b/tests/testsuite.at @@ -301,6 +301,10 @@ AT_DATA([test.txt], [[0123456789 TE_CHECK([[@ER"test.txt" ^S+11"N(0/0)']], 0, ignore, ignore) AT_CLEANUP +AT_SETUP([Macro calls]) +TE_CHECK([[@^Ua{-$$} Ma+1"N(0/0)']], 0, ignore, ignore) +AT_CLEANUP + AT_SETUP([Editing local registers in macro calls]) TE_CHECK([[@^Ua{@EQ.x//} :Ma @^U.x/FOO/]], 0, ignore, ignore) TE_CHECK([[@^Ua{@EQ.x//} Ma @^U.x/FOO/]], 1, ignore, ignore) |
