File: input.yaml

package info (click to toggle)
liborcus 0.21.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,892 kB
  • sloc: xml: 78,842; cpp: 75,565; sh: 4,626; makefile: 2,840; python: 2,614
file content (22 lines) | stat: -rw-r--r-- 505 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
"I am quoted: ~ " : "Here is another quote."
list with quoted string values  :
  - "1 2 3"
  - "null"
  - "true"
  - "false"
  - "#hashtag"
  - "\"quoted inside\""
  - "'single quote inside'"
  - "Japan's finest beer"
'single quoted string values' :
  - '8.8.8.8'
  - '''single quote inside'''
  - 'prefix ''quoted'' suffix'
  - '"double quote"'
  - 'before "quote" after'
  - 'http://www.google.com'
  - ''''''''      # equivalent of "'''"
  - ' '' '' '' '  # equivalent of " ' ' ' "
  - '#hashtag'