< _jwilk> TIL git-notes rewriting doesn't work properly when doing amend within rebase. :/ // The "-2" is included because the for-loop will
// always increment by 2. In this case, we want to
// skip an extra 2 bytes since we used 4 bytes
// of input.
i += 4 - 2; $ grep -wl eval m4/*
m4/gettext.m4
m4/lib-link.m4
m4/lib-prefix.m4
m4/libtool.m4 $ printf '{\n\t"list": [\n\t\t{},\n\t\t{}\n\t]\n}\n' > test.json
$ jq < test.json
{
"list": [
{},
{}
]
}
$ yamllint test.json
test.json
2:1 error syntax error: found character '\t' that cannot start any token (syntax)