Searched refs:test_block_parsing (Results 1 – 1 of 1) sorted by relevance
1648 def test_block_parsing(lines,expected): function1661 test_block_parsing(["#error hello"],["#error hello"])1662 test_block_parsing([ "foo", "", "bar" ], [ "foo\n\nbar\n" ])1663 test_block_parsing([ "foo", " # ", "bar" ], [ "foo\n","bar\n" ])1664 test_block_parsing(\