]> gitweb.factorcode.org Git - factor.git/commitdiff
extra: Fix test/imports
authorDoug Coleman <doug.coleman@gmail.com>
Tue, 21 Dec 2021 14:46:43 +0000 (08:46 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Tue, 21 Dec 2021 14:46:43 +0000 (08:46 -0600)
extra/python/syntax/syntax-tests.factor
extra/webapps/wiki/wiki.factor

index 92728a8b5427de6ed30690475edb9b78ad9cce60..af22e6ce219257da63ce2955a28846450db2a8df 100644 (file)
@@ -107,7 +107,7 @@ PY-METHODS: code =>
         ArgumentParser dup
         "--foo" >py H{ { "help" "badger" } } >py add_argument
         format_help py>
-    ] with-destructors [ blank? ] s:trim string-words "badger" swap in?
+    ] with-destructors [ blank? ] s:trim split-words "badger" swap in?
 ] py-test
 
 { t } [
index b7a1e9818d10bb6a2b91fdbf2584b1b51eb20403..41278e339d5ce0d1184317cc5b51105726d3cca2 100644 (file)
@@ -1,22 +1,11 @@
 ! Copyright (C) 2008 Slava Pestov
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors kernel hashtables calendar random assocs
-namespaces make splitting sequences sorting math.order present
-io.files io.directories io.encodings.ascii
-syndication farkup
-html.components html.forms
-http.server
-http.server.dispatchers
-furnace.actions
-furnace.utilities
-furnace.recaptcha
-furnace.redirection
-furnace.auth
-furnace.auth.login
-furnace.boilerplate
-furnace.syndication
-validators
-db.types db.tuples lcs urls ;
+USING: accessors calendar db.tuples db.types farkup
+furnace.actions furnace.auth furnace.boilerplate
+furnace.recaptcha furnace.redirection furnace.syndication
+furnace.utilities html.forms http.server.dispatchers kernel lcs
+make namespaces present random sequences sorting splitting urls
+validators ;
 IN: webapps.wiki
 
 : wiki-url ( rest path -- url )