You can try this way
{{ " href=\"%s%s\"" | format('/test-route', '#anchor') }}
format will act like sprintf letting your code a bit better
format
sprintf
reference: https://twig.symfony.com/doc/3.x/filters/format.html