]> gitweb.factorcode.org Git - factor.git/blob - extra/io/streams/counting/counting-tests.factor
2c94a65d8001cf9a0f812661b872a002a97510d3
[factor.git] / extra / io / streams / counting / counting-tests.factor
1 ! Copyright (C) 2021 Doug Coleman.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: io io.encodings.utf8 io.files io.streams.counting kernel
4 tools.test ;
5 IN: io.streams.counting.tests
6
7 { 1306 0 } [
8     "resource:LICENSE.txt" utf8 <file-reader> [ contents ] with-counting-stream nipd
9 ] unit-test