Codebase list ohcount / 71f18fd0-2918-4673-9432-32d77816000d/main test / expected_dir / cmake1.cmake
71f18fd0-2918-4673-9432-32d77816000d/main

Tree @71f18fd0-2918-4673-9432-32d77816000d/main (Download .tar.gz)

cmake1.cmake @71f18fd0-2918-4673-9432-32d77816000d/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	)