X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=extra%2Ftxon%2Ftxon.factor;h=0e826b216536ff5a3e8c9c933ddc717bda504d3a;hp=f384bbb62d705c7e3f3c1116e94cfbb5e471ea33;hb=714c6d2b9464e193e24cb45fab1961d96a9d422c;hpb=e766b83ac0fcc5857602dcfae2791be3b93602b6 diff --git a/extra/txon/txon.factor b/extra/txon/txon.factor index f384bbb62d..0e826b2165 100644 --- a/extra/txon/txon.factor +++ b/extra/txon/txon.factor @@ -42,7 +42,7 @@ DEFER: name/values : name=value ( string -- remain term ) [ unicode:blank? ] trim - dup ":`" subseq-index? [ (name=value) ] [ f swap ] if ; + dup ":`" subseq-of? [ (name=value) ] [ f swap ] if ; : name/values ( string -- remain terms ) [ dup { [ empty? not ] [ first CHAR: ` = not ] } 1&& ]