mirror of
				https://git.proxmox.com/git/libgit2
				synced 2025-10-31 09:30:46 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
		
			793 B
		
	
	
	
		
			Plaintext
		
	
	
	
		
			Vendored
		
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			793 B
		
	
	
	
		
			Plaintext
		
	
	
	
		
			Vendored
		
	
	
	
| [some "section"]
 | |
|       test = hi ; comment
 | |
|       test2 = hello    ; comment
 | |
|       test3 = welcome  #comment
 | |
|       other = "hello! \" ; ; ; " ; more test
 | |
|       other2 = "cool! \" # # # "  # more test
 | |
|       multi = "hi, this is a ; \
 | |
| multiline comment # with ;\n special chars \
 | |
| and other stuff !@#"
 | |
|       multi2 = "good, this is a ; \
 | |
| multiline comment # with ;\n special chars \
 | |
| and other stuff !@#"  #^^^
 | |
|       back = "this is \ba phrase"
 | |
|       dollar = some $sign
 | |
|       multiquotes = !ls  "x" \
 | |
|                     ls  "# comment2" \
 | |
|                     $HOME
 | |
|       multiquotes2 = !ls  "x" \
 | |
|                      ls  "\"# comment2" \
 | |
|                      $HOME\"
 | |
|      multiquotes3 = hi "# ho" there "are #" more \
 | |
| quotes
 | |
|      quotecomment = hi "# ho" there "are #" more # and a real comment
 | 
