about summary refs log tree commit diff stats
path: root/bqn/life.bqn
blob: a7be050530f6e396e35ad305060254a925f03e60 (plain) (blame)
1
2
3
4
5
6
7
8
Life{
   r¯1(1)¯1(2+≢𝕩)𝕩
   s´ (1∾<r)  34 = <+´ ¯101 (1) ¯101  <r
   1(1) ¯1(1) 1 ¯1s
}

blinker>000,111,000
(<".#") ¨˜  Life(3) blinker
span class="n">expect_cons_show("You are currently not connected."); gboolean result = cmd_sub(NULL, CMD_SUB, args); assert_true(result); } void cmd_sub_shows_usage_when_no_arg(void **state) { gchar *args[] = { NULL }; will_return(connection_get_status, JABBER_CONNECTED); expect_string(cons_bad_cmd_usage, cmd, CMD_SUB); gboolean result = cmd_sub(NULL, CMD_SUB, args); assert_true(result); }