factor/library/ui/test/search.factor

23 lines
427 B
Factor
Raw Normal View History

2006-11-14 16:59:20 -05:00
! IN: temporary
! USING: gadgets-search io test namespaces gadgets
! sequences threads ;
!
! [ "hey man (score: 123)" ]
! [
! [
! { "hey man" 123 } [ <pathname> ] string-completion.
! ] string-out
! ] unit-test
!
! "set-word-prop" [ ] <word-search> "search" set
! "search" get graft*
!
! 1000 sleep
!
! [ f ]
! [ "search" get live-search-list control-value empty? ]
! unit-test
!
! "search" get ungraft*
2006-10-06 17:42:12 -04:00