mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-01 03:23:09 +03:00
More testing.
This commit is contained in:
parent
7c00827c56
commit
d426dba971
40
j/dash.c
40
j/dash.c
@ -11,7 +11,7 @@ static u3_cs_harm _mood__hoon_gte_a[] = {{".2", u3_cwa_gte, u3_yes}, {}};
|
||||
static u3_cs_harm _mood__hoon_gth_a[] = {{".2", u3_cwa_gth, u3_yes}, {}};
|
||||
static u3_cs_harm _mood__hoon_lte_a[] = {{".2", u3_cwa_lte, u3_yes}, {}};
|
||||
static u3_cs_harm _mood__hoon_lth_a[] = {{".2", u3_cwa_lth, u3_yes}, {}};
|
||||
static u3_cs_harm _mood__hoon_mod_a[] = {{".2", u3_cwa_mod, u3_yes}, {}};
|
||||
static u3_cs_harm _mood__hoon_mod_a[] = {{".2", u3_cwa_mod, u3_no}, {}};
|
||||
static u3_cs_harm _mood__hoon_mul_a[] = {{".2", u3_cwa_mul, u3_yes}, {}};
|
||||
static u3_cs_harm _mood__hoon_sub_a[] = {{".2", u3_cwa_sub, u3_yes}, {}};
|
||||
|
||||
@ -34,26 +34,26 @@ static u3_cs_harm _mood__hoon_sort_a[] = {{".2", u3_cwb_sort, u3_yes}, {}};
|
||||
static u3_cs_harm _mood__hoon_turn_a[] = {{".2", u3_cwb_turn, u3_yes}, {}};
|
||||
static u3_cs_harm _mood__hoon_weld_a[] = {{".2", u3_cwb_weld, u3_yes}, {}};
|
||||
|
||||
static u3_cs_harm _mood__hoon_bex_a[] = {{".2", u3_cwc_bex, u3_no}, {}};
|
||||
static u3_cs_harm _mood__hoon_can_a[] = {{".2", u3_cwc_can, u3_no}, {}};
|
||||
static u3_cs_harm _mood__hoon_cap_a[] = {{".2", u3_cwc_cap, u3_no}, {}};
|
||||
static u3_cs_harm _mood__hoon_cat_a[] = {{".2", u3_cwc_cat, u3_no}, {}};
|
||||
static u3_cs_harm _mood__hoon_con_a[] = {{".2", u3_cwc_con, u3_no}, {}};
|
||||
static u3_cs_harm _mood__hoon_cut_a[] = {{".2", u3_cwc_cut, u3_no}, {}};
|
||||
static u3_cs_harm _mood__hoon_dis_a[] = {{".2", u3_cwc_dis, u3_no}, {}};
|
||||
static u3_cs_harm _mood__hoon_dor_a[] = {{".2", u3_cwc_dor, u3_no}, {}};
|
||||
static u3_cs_harm _mood__hoon_bex_a[] = {{".2", u3_cwc_bex, u3_yes}, {}};
|
||||
static u3_cs_harm _mood__hoon_can_a[] = {{".2", u3_cwc_can, u3_yes}, {}};
|
||||
static u3_cs_harm _mood__hoon_cap_a[] = {{".2", u3_cwc_cap, u3_yes}, {}};
|
||||
static u3_cs_harm _mood__hoon_cat_a[] = {{".2", u3_cwc_cat, u3_yes}, {}};
|
||||
static u3_cs_harm _mood__hoon_con_a[] = {{".2", u3_cwc_con, u3_yes}, {}};
|
||||
static u3_cs_harm _mood__hoon_cut_a[] = {{".2", u3_cwc_cut, u3_yes}, {}};
|
||||
static u3_cs_harm _mood__hoon_dis_a[] = {{".2", u3_cwc_dis, u3_yes}, {}};
|
||||
static u3_cs_harm _mood__hoon_dor_a[] = {{".2", u3_cwc_dor, u3_yes}, {}};
|
||||
static u3_cs_harm _mood__hoon_end_a[] = {{".2", u3_cwc_end, u3_no}, {}};
|
||||
static u3_cs_harm _mood__hoon_gor_a[] = {{".2", u3_cwc_gor, u3_no}, {}};
|
||||
static u3_cs_harm _mood__hoon_hor_a[] = {{".2", u3_cwc_hor, u3_no}, {}};
|
||||
static u3_cs_harm _mood__hoon_lsh_a[] = {{".2", u3_cwc_lsh, u3_no}, {}};
|
||||
static u3_cs_harm _mood__hoon_mas_a[] = {{".2", u3_cwc_mas, u3_no}, {}};
|
||||
static u3_cs_harm _mood__hoon_met_a[] = {{".2", u3_cwc_met, u3_no}, {}};
|
||||
static u3_cs_harm _mood__hoon_mix_a[] = {{".2", u3_cwc_mix, u3_no}, {}};
|
||||
static u3_cs_harm _mood__hoon_peg_a[] = {{".2", u3_cwc_peg, u3_no}, {}};
|
||||
static u3_cs_harm _mood__hoon_rap_a[] = {{".2", u3_cwc_rap, u3_no}, {}};
|
||||
static u3_cs_harm _mood__hoon_rip_a[] = {{".2", u3_cwc_rip, u3_no}, {}};
|
||||
static u3_cs_harm _mood__hoon_rsh_a[] = {{".2", u3_cwc_rsh, u3_no}, {}};
|
||||
static u3_cs_harm _mood__hoon_vor_a[] = {{".2", u3_cwc_vor, u3_no}, {}};
|
||||
static u3_cs_harm _mood__hoon_gor_a[] = {{".2", u3_cwc_gor, u3_yes}, {}};
|
||||
static u3_cs_harm _mood__hoon_hor_a[] = {{".2", u3_cwc_hor, u3_yes}, {}};
|
||||
static u3_cs_harm _mood__hoon_lsh_a[] = {{".2", u3_cwc_lsh, u3_yes}, {}};
|
||||
static u3_cs_harm _mood__hoon_mas_a[] = {{".2", u3_cwc_mas, u3_yes}, {}};
|
||||
static u3_cs_harm _mood__hoon_met_a[] = {{".2", u3_cwc_met, u3_yes}, {}};
|
||||
static u3_cs_harm _mood__hoon_mix_a[] = {{".2", u3_cwc_mix, u3_yes}, {}};
|
||||
static u3_cs_harm _mood__hoon_peg_a[] = {{".2", u3_cwc_peg, u3_yes}, {}};
|
||||
static u3_cs_harm _mood__hoon_rap_a[] = {{".2", u3_cwc_rap, u3_yes}, {}};
|
||||
static u3_cs_harm _mood__hoon_rip_a[] = {{".2", u3_cwc_rip, u3_yes}, {}};
|
||||
static u3_cs_harm _mood__hoon_rsh_a[] = {{".2", u3_cwc_rsh, u3_yes}, {}};
|
||||
static u3_cs_harm _mood__hoon_vor_a[] = {{".2", u3_cwc_vor, u3_yes}, {}};
|
||||
|
||||
static u3_cs_harm _mood__hoon__po_ind_a[] = {{".2", u3_cwcp_ind}, {}};
|
||||
static u3_cs_harm _mood__hoon__po_ins_a[] = {{".2", u3_cwcp_ins}, {}};
|
||||
|
Loading…
Reference in New Issue
Block a user