From: John Benediktsson Date: Sat, 12 Nov 2016 15:56:55 +0000 (-0800) Subject: html.parser.printer: updated test. X-Git-Tag: unmaintained~450 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=b4085d0f8acb9159c2e8aa8a2b0de64b60182e1f html.parser.printer: updated test. --- diff --git a/extra/html/parser/printer/printer-tests.factor b/extra/html/parser/printer/printer-tests.factor index 3c91e9765d..a2a049f277 100644 --- a/extra/html/parser/printer/printer-tests.factor +++ b/extra/html/parser/printer/printer-tests.factor @@ -9,7 +9,7 @@ IN: html.parser.printer.tests { " " } [ - [ 5 #indentations set 2 tab-width set tabs >string ] with-scope + 5 #indentations [ [ indent ] with-string-writer ] with-variable ] unit-test {