File: keys_result.hjson

package info (click to toggle)
python-hjson 3.1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,188 kB
  • sloc: python: 3,098; makefile: 13; sh: 8
file content (37 lines) | stat: -rw-r--r-- 559 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
  unquoted_key: test
  _unquoted: test
  test-key: test
  -test: test
  .key: test
  trailing: test
  trailing2: test
  "#c1": test
  "foo#bar": test
  "//bar": test
  "foo//bar": test
  "/*foo*/": test
  "foo/*foo*/bar": test
  "/*": test
  "foo/*bar": test
  "\"": test
  "foo\"bar": test
  "'''": test
  "foo'''bar": test
  "'": test
  "'foo": test
  "foo'bar": test
  ":": test
  "foo:bar": test
  "{": test
  "foo{bar": test
  "}": test
  "foo}bar": test
  "[": test
  "foo[bar": test
  "]": test
  "foo]bar": test
  nl1: test
  nl2: test
  nl3: test
}