Add bug report about invalid JSON in git annex -j sync
This commit is contained in:
parent
36a562987a
commit
262043fd61
1 changed files with 18 additions and 0 deletions
|
@ -0,0 +1,18 @@
|
||||||
|
What steps will reproduce the problem?
|
||||||
|
|
||||||
|
$ git annex -j sync | json_reformat
|
||||||
|
|
||||||
|
What is the expected output? What do you see instead?
|
||||||
|
|
||||||
|
Expecting valid JSON, instead this happens:
|
||||||
|
|
||||||
|
$ git annex -j sync | json_reformat
|
||||||
|
lexical error: invalid char in json text.
|
||||||
|
{"command":"commit","file":""# On branch master nothing to c
|
||||||
|
(right here) ------^
|
||||||
|
$
|
||||||
|
|
||||||
|
|
||||||
|
What version of git-annex are you using? On what operating system?
|
||||||
|
|
||||||
|
Newest standalone (3.20121126), Linux i386. The "joson_reformat" program is from the "yajl-tools" .deb package.
|
Loading…
Add table
Add a link
Reference in a new issue