open("test.txt", "r") do f # testcomment abcde
    read(f, String)
end
