Skip to content

Commit

Permalink
Merge pull request #46 from nomennescio/master
Browse files Browse the repository at this point in the history
Remove deprecated 'lf' word.
  • Loading branch information
nomennescio authored Jan 21, 2024
2 parents adb8f2a + 56d11de commit b3a3c33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions test/test-custom.factor
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
! Copyright 2019-2022 nomennescio
! Copyright 2019-2024 nomennescio

USING: accessors debugger io kernel namespaces prettyprint sequences tools.testest ;
IN: tests

M: assert-sequence error.
[ "Actually expected :" write expected>> ... ]
[ lf "but instead got :" write got>> ... ] bi
[ nl "but instead got :" write got>> ... ] bi
;

: run-test ( -- )
Expand Down
3 changes: 0 additions & 3 deletions tools/testest/testest.factor
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ SYNTAX: <{ \ -> parse-until >quotation suffix! \ }> parse-until >quotation suffi

! customized printing

! deprecated
: lf ( -- ) "<:LF:>" write ;

<PRIVATE

: pprint-unlimited ( obj -- ) [ pprint ] without-limits ;
Expand Down

0 comments on commit b3a3c33

Please sign in to comment.