Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
6d644e4453a907710e11f6f6b6b8890c197370d6
/
.
/
Lib
/
test
/
test_tomllib
/
data
/
valid
/
five-quotes.json
blob: 5cc527408ecf5769ed23b594f5e1629a382f5905 [
file
] [
log
] [
blame
]
{
"five-quotes"
:
{
"type"
:
"string"
,
"value"
:
"Closing with five quotes\n\"\""
},
"four-quotes"
:
{
"type"
:
"string"
,
"value"
:
"Closing with four quotes\n\""
}
}