Codebase list ohcount / lintian-fixes/main test / expected_dir / cmake1.cmake
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

cmake1.cmake @lintian-fixes/mainraw · history · blame

cmake	comment	# blah comment
cmake	comment	#
cmake	blank	
cmake	code	something()
cmake	comment	# comment
cmake	code	something_else()
cmake	blank	
cmake	code	long_function(
cmake	comment	  # comment
cmake	code	  param
cmake	code	)
cmake	blank	
cmake	code	long_string("
cmake	code	  # looks like a comment but isn't
cmake	code	")
cmake	blank	
cmake	code	long_string(
cmake	code	  "
cmake	code	  # looks like a comment but isn't
cmake	code	  "
cmake	code	)
cmake	blank	
cmake	code	message(
cmake	code	  '
cmake	comment	  # looks like a string but isn't
cmake	code	  '
cmake	code	)
cmake	blank	
cmake	code	message("string")
cmake	blank	
cmake	code	message(
cmake	blank	
cmake	code	)