diff options
Diffstat (limited to 'debian/missing-sources')
4 files changed, 120 insertions, 0 deletions
diff --git a/debian/missing-sources/deep_arrays.json b/debian/missing-sources/deep_arrays.json new file mode 100644 index 0000000..3e1c094 --- /dev/null +++ b/debian/missing-sources/deep_arrays.json @@ -0,0 +1,18 @@ +[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[ +[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[ +[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[ +[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[ +[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[ +[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[ +[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[ +[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[ +[[[[[[[[[[[[[[[[ +]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] +]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] +]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] +]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] +]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] +]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] +]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] +]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] +]]]]]]]]]]]]]]]]
\ No newline at end of file diff --git a/debian/missing-sources/difficult_json_c_test_case.json b/debian/missing-sources/difficult_json_c_test_case.json new file mode 100644 index 0000000..d2bf5ea --- /dev/null +++ b/debian/missing-sources/difficult_json_c_test_case.json @@ -0,0 +1,7 @@ +{ "glossary": + { "title": "example glossary", "GlossDiv": + { "title": "S", "GlossList": + [{ "ID": "SGML", "SortAs": "SGML", "GlossTerm": "Standard Generalized Markup Language", "Acronym": "SGML", "Abbrev": "ISO 8879:1986", "GlossDef": "A meta-markup language, used to create markup languages such as DocBook.", "GlossSeeAlso": ["GML", "XML", "markup"] } ] + } + } +} diff --git a/debian/missing-sources/difficult_json_c_test_case_with_comments.json b/debian/missing-sources/difficult_json_c_test_case_with_comments.json new file mode 100644 index 0000000..189dca8 --- /dev/null +++ b/debian/missing-sources/difficult_json_c_test_case_with_comments.json @@ -0,0 +1,7 @@ +{ "glossary": + { /* you */ "title": /**/ "example glossary", /*should*/"GlossDiv": + { "title": /*never*/"S", /*ever*/"GlossList": + [ { "ID": "SGML", "SortAs": "SGML", "GlossTerm": "Standard Generalized Markup Language", "Acronym": "SGML", "Abbrev": "ISO 8879:1986", "GlossDef": "A meta-markup language, used to create markup languages such as DocBook.", /*see*/"GlossSeeAlso"/*this*/:/*coming*/[/*out*/"GML"/*of*/,/*the*/"XML"/*parser!*/, "markup"] /*hey*/}/*ho*/]/*hey*/ + }/*ho*/ + } +} // and the parser won't even get this far, so chill. /* hah! diff --git a/debian/missing-sources/non_utf8_char_in_string.json b/debian/missing-sources/non_utf8_char_in_string.json new file mode 100644 index 0000000..7d75519 --- /dev/null +++ b/debian/missing-sources/non_utf8_char_in_string.json @@ -0,0 +1,88 @@ +{ + "CoreletAPIVersion":2, + "CoreletType":"standalone", + "documentation":"A corelet that provides the capability to upload a folder’s contents into a user’s locker.", + "functions": + [ + { + "documentation":"Displays a dialog box that allows user to select a folder on the local system.", + "name":"ShowBrowseDialog","parameters": + [ + { + "documentation":"The callback function for results.", + "name":"callback", + "required":true, + "type":"callback" + } + ] + }, + { + "documentation":"Uploads all mp3 files in the folder provided.", + "name":"UploadFolder","parameters": + [ + { + "documentation":"The path to upload mp3 files from.", + "name":"path", + "required":true, + "type":"string" + }, + { + "documentation":"The callback function for progress.", + "name":"callback", + "required":true, + "type":"callback" + } + ] + }, + { + "documentation":"Returns the server name to the current locker service.", + "name":"GetLockerService", + "parameters":[] + }, + { + "documentation":"Changes the name of the locker service.", + "name":"SetLockerService", + "parameters": + [ + { + "documentation":"The value of the locker service to set active.", + "name":"LockerService", + "required":true, + "type":"string" + } + ] + }, + { + "documentation":"Downloads locker files to the suggested folder.", + "name":"DownloadFile", + "parameters": + [ + { + "documentation":"The origin path of the locker file.", + "name":"path", + "required":true, + "type":"string" + }, + { + "documentation":"The Window destination path of the locker file.", + "name":"destination", + "required":true,"type":"integer" + }, + { + "documentation":"The callback function for progress.", + "name":"callback", + "required":true, + "type":"callback" + } + ] + } + ], + "name":"LockerUploader", + "version": + { + "major":0, + "micro":1, + "minor":0 + }, + "versionString":"0.0.1" +}
\ No newline at end of file |