/core/source-files/source-files-tests.factor

http://github.com/abeaumont/factor · Factor · 5 lines · 4 code · 1 blank · 0 comment · 0 complexity · 605f7fcbd13033f00292066e12c0e967 MD5 · raw file

  1. IN: source-files.tests
  2. USING: source-files tools.test assocs sequences strings
  3. namespaces kernel ;
  4. [ { } ] [ source-files get keys [ string? not ] filter ] unit-test