blob: 6beb75da294e1196b7955f2867b510fab4811784 (
plain)
1
2
3
4
5
|
#!/bin/bash
#
# basic entities handling (with boggy entities handling)
test "$(httrack -O /dev/null -#6 "&foo; thé&café&#e9;もののけ姫")" == "&foo; thé&café&#e9;もののけ姫" || exit 1
|