if (block.length < 8) {
var count = 8 - block.length;
while (0 < count--) {
block += "\0";
}
size_t padding_length = dst.size() % sizeof(uint64_t);
if (padding_length == 0) {
padding_length = sizeof(uint64_t);
} else {
padding_length = sizeof(uint64_t) - padding_length;
}
for (size_t i = 0; i < padding_length; ++i) {
dst.push_back(static_cast<char>(padding_length));
}
<a href="#hello">hello</a>
<a href="site.ru?12">hello</a>
<a href="hello-1">hello</a><a href="hello-2">hello</a>
<a href="hello">hello<a href="hello-2">hello</a>
<a title="привет" href="#hello">hello</a>
<a href="test">test</a>
1 + 1 * 2 => <число(1)> <плюс> <число(2)> <умножить> <число(2)>