From 4c65194d13e4a57b519c7966b235e52537121acb Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 1 Feb 2015 00:19:24 -0800 Subject: 692 --- horizon | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 horizon (limited to 'horizon') diff --git a/horizon b/horizon deleted file mode 100644 index f46e56ec..00000000 --- a/horizon +++ /dev/null @@ -1,29 +0,0 @@ -run routine f with a keyboard channel containing #\a and a fake screen - -check that fake screen contains 'a' at (5, 5) - ---- - -; At its core, an editor is a 2D array of characters and a cursor. - -given [ - editor 5 5 -] - -Cursor should be at (0 0) - -now [ - type "abc" -] - -Cursor should be at (0 3) -"abc" should be at (0 0) -Trace should contain [ - typed "a" - typed "b" - typed "c" -] - ---- - -Extract unit tests for helper out of all existing tests. -- cgit 1.4.1-2-gfad0 hes'> Profanity fork with TTY improvementsdanisanti <danisanti@tilde.institute>
about summary refs log blame commit diff stats
path: root/tests/functionaltests/test_ping.h
blob: a222a486b2bbe06e2ab082672a34da658989487e (plain) (tree)
1
2