svoid test_getJavaLineComments() { testFunctionValues getJavaLineComments( "bla // what\nok", ll(" what"), "b // comment 1\n// comment 2\nc // comment 3", ll(" comment 1", " comment 2", " comment 3"), ); }