forked from hummypkg/webif
Add xconv test
This commit is contained in:
parent
c79b890985
commit
0fa233afce
18
webif/lib/test/xconv
Executable file
18
webif/lib/test/xconv
Executable file
@ -0,0 +1,18 @@
|
||||
#!/mod/bin/jimsh
|
||||
|
||||
source /mod/webif/lib/setup
|
||||
package require xconv
|
||||
require hexdump
|
||||
|
||||
puts [xconv testtesttest]
|
||||
|
||||
set s "home made p\303at\302e"
|
||||
hexdump $s
|
||||
|
||||
set t [xconv $s]
|
||||
|
||||
hexdump $t
|
||||
|
||||
puts "Length: [string length $t]"
|
||||
puts "Bytelength: [string bytelength $t]"
|
||||
|
Loading…
Reference in New Issue
Block a user