File: quotes_always_test.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 (10 lines) | stat: -rw-r--r-- 131 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
// Test if `always` keeps working as before
{
    "foo": "bar",
	"unicorn": "rainbow",
	"cat": 1,
	"hello": [
		"world",
		"!"
	]
}