From 630a6f3cc2438cbc966e883a2106fcfadb59cad3 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Thu, 31 Jul 2025 01:33:28 +0300 Subject: 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. --- tests/testsuite.at | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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 # -- cgit v1.2.3