Fix editors unit tests
parent
57893118e0
commit
55c4abc39b
|
@ -1,16 +1,8 @@
|
||||||
USING: ui.gadgets.editors tools.test kernel io io.streams.plain
|
USING: ui.gadgets.editors tools.test kernel io io.streams.plain
|
||||||
io.streams.string definitions namespaces ui.gadgets
|
definitions namespaces ui.gadgets
|
||||||
ui.gadgets.grids prettyprint documents ui.gestures
|
ui.gadgets.grids prettyprint documents ui.gestures
|
||||||
tools.test.inference tools.test.ui ;
|
tools.test.inference tools.test.ui ;
|
||||||
|
|
||||||
[ t ] [
|
|
||||||
<editor> "editor" set
|
|
||||||
"editor" get [
|
|
||||||
"editor" get <plain-writer> [ \ = see ] with-stream
|
|
||||||
"editor" get editor-string [ \ = see ] string-out =
|
|
||||||
] with-grafted-gadget
|
|
||||||
] unit-test
|
|
||||||
|
|
||||||
[ "foo bar" ] [
|
[ "foo bar" ] [
|
||||||
<editor> "editor" set
|
<editor> "editor" set
|
||||||
"editor" get [
|
"editor" get [
|
||||||
|
|
Loading…
Reference in New Issue