Fix load errors
parent
52297bcfeb
commit
56bb1604f0
|
@ -1,7 +1,7 @@
|
||||||
USING: html.templates html.templates.chloe
|
USING: html.templates html.templates.chloe
|
||||||
tools.test io.streams.string kernel sequences ascii boxes
|
tools.test io.streams.string kernel sequences ascii boxes
|
||||||
namespaces xml html.components
|
namespaces xml html.components html.forms
|
||||||
splitting unicode.categories furnace ;
|
splitting unicode.categories furnace accessors ;
|
||||||
IN: html.templates.chloe.tests
|
IN: html.templates.chloe.tests
|
||||||
|
|
||||||
[ f ] [ f parse-query-attr ] unit-test
|
[ f ] [ f parse-query-attr ] unit-test
|
||||||
|
@ -160,7 +160,7 @@ TUPLE: person first-name last-name ;
|
||||||
[ ] [ begin-form ] unit-test
|
[ ] [ begin-form ] unit-test
|
||||||
|
|
||||||
[ ] [
|
[ ] [
|
||||||
H{ { "first-name" "RBaxter" } { "last-name" "Unknown" } } "person" set-value
|
<form> H{ { "first-name" "RBaxter" } { "last-name" "Unknown" } } >>values "person" set-value
|
||||||
] unit-test
|
] unit-test
|
||||||
|
|
||||||
[ "<table><tr><td>RBaxter</td><td>Unknown</td></tr></table>" ] [
|
[ "<table><tr><td>RBaxter</td><td>Unknown</td></tr></table>" ] [
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
USING: math kernel accessors http.server http.server.dispatchers
|
USING: math kernel accessors http.server http.server.dispatchers
|
||||||
furnace furnace.actions furnace.sessions
|
furnace furnace.actions furnace.sessions
|
||||||
html.components html.templates.chloe
|
html.components html.forms html.templates.chloe
|
||||||
fry urls ;
|
fry urls ;
|
||||||
IN: webapps.counter
|
IN: webapps.counter
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue