mirror of
https://codeberg.org/scip/Data-Interactive-Inspect.git
synced 2025-12-18 05:01:00 +01:00
added sample inputs
This commit is contained in:
45
sample/formats/sample.conf
Normal file
45
sample/formats/sample.conf
Normal file
@@ -0,0 +1,45 @@
|
||||
<cops>
|
||||
<officer randall>
|
||||
name stein
|
||||
age 25
|
||||
</officer>
|
||||
<officer gordon>
|
||||
name bird
|
||||
age 31
|
||||
</officer>
|
||||
</cops>
|
||||
domain nix.to
|
||||
domain b0fh.org
|
||||
domain foo.bar
|
||||
message <<EOF
|
||||
yes. we are not here. you
|
||||
can reach us somewhere in
|
||||
outerspace.
|
||||
EOF
|
||||
nocomment <<EOF
|
||||
Comments in a here-doc should not be treated as comments.
|
||||
/* So this should appear in the output */
|
||||
EOF
|
||||
command = ssh -f -g orpheus.0x49.org \
|
||||
-l azrael -L:34777samir.okir.da.ru:22 \
|
||||
-L:31773:shane.sol1.rocket.de:22 \
|
||||
'exec sleep 99999990'
|
||||
user = tom
|
||||
passwd = sakkra
|
||||
<db>
|
||||
host = blah.blubber
|
||||
</db>
|
||||
|
||||
<beta>
|
||||
user1 hans
|
||||
</beta>
|
||||
|
||||
<beta>
|
||||
user2 max
|
||||
</beta>
|
||||
|
||||
quoted = "this one contains whitespace at the end "
|
||||
|
||||
quotedwithquotes = " holy crap, it contains \"masked quotes\" and 'single quotes' "
|
||||
|
||||
|
||||
Reference in New Issue
Block a user