aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2025-07-31 01:33:28 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2025-07-31 04:45:38 +0300
commit630a6f3cc2438cbc966e883a2106fcfadb59cad3 (patch)
tree881361100c834569e2993bc29ecedd84bfb646d0 /tests
parent985c5eaa7c55ebb6ba4833886119396d2a9d77c5 (diff)
downloadsciteco-630a6f3cc2438cbc966e883a2106fcfadb59cad3.tar.gz
implemented ^H command for returning the current time since midnight: partially replaces ^B
* :^H and ::^H now return the timestamps, while ^B only returns the date. * Pressing CTRL+H will rubout, so you will usually write it in upcaret mode.
Diffstat (limited to 'tests')
-rw-r--r--tests/testsuite.at4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testsuite.at b/tests/testsuite.at
index a5390d6..012ee05 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -356,8 +356,8 @@ TE_CHECK([[@I/hello^J/ -@EC'tr a-z A-Z' J<0A"V(0/0)' :C;>]], 0, ignore, ignore)
AT_CLEANUP
AT_SETUP([Timestamps])
-# TODO: Test the date (^B) and time (:^B) variants as well.
-TE_CHECK([[::^BUa ::^B-Qa"<(0/0)']], 0, ignore, ignore)
+# TODO: Test the date (^B) and time (^H and :^H) variants as well.
+TE_CHECK([[::^HUa ::^H-Qa"<(0/0)']], 0, ignore, ignore)
AT_CLEANUP
#