svoid test_dropHashComments() { testFunctionValues dropHashComments( "bla #bla", "bla ", "line 1 #comment\nline 2", "line 1 \nline 2", ); }