Merge branch 'master' of git://factorcode.org/git/factor
commit
a6b894b8c5
|
@ -12,11 +12,11 @@ HELP: hexdump
|
||||||
{ $description "Converts a sequence to its hexadecimal and ASCII representation sixteen characters at a time. Lines are separated by a newline character." }
|
{ $description "Converts a sequence to its hexadecimal and ASCII representation sixteen characters at a time. Lines are separated by a newline character." }
|
||||||
{ $see-also hexdump. } ;
|
{ $see-also hexdump. } ;
|
||||||
|
|
||||||
ARTICLE: "hexdump" "Hexdump"
|
ARTICLE: "tools.hexdump" "Hexdump"
|
||||||
"The " { $vocab-link "hexdump" } " vocabulary provides a traditional hexdump view of a sequence." $nl
|
"The " { $vocab-link "tools.hexdump" } " vocabulary provides a traditional hexdump view of a sequence." $nl
|
||||||
"Write hexdump to string:"
|
"Write hexdump to string:"
|
||||||
{ $subsection hexdump }
|
{ $subsection hexdump }
|
||||||
"Write the hexdump to the output stream:"
|
"Write the hexdump to the output stream:"
|
||||||
{ $subsection hexdump. } ;
|
{ $subsection hexdump. } ;
|
||||||
|
|
||||||
ABOUT: "hexdump"
|
ABOUT: "tools.hexdump"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
USING: hexdump kernel sequences tools.test ;
|
USING: tools.hexdump kernel sequences tools.test ;
|
||||||
IN: tools.hexdump.tests
|
IN: tools.hexdump.tests
|
||||||
|
|
||||||
[ t ] [ "" hexdump "Length: 0, 0h\n" = ] unit-test
|
[ t ] [ "" hexdump "Length: 0, 0h\n" = ] unit-test
|
||||||
|
|
Loading…
Reference in New Issue