-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add sample file testing FILE payloads (#153)
* Add sample file testing FILE payloads Derived from file in https://github.com/gedcom7code/test-files/tree/main/7 Addresses part of issue #132 Signed-off-by: Dave Thaler <dthaler@armidalesoftware.com> * Add explanatory NOTEs Signed-off-by: Dave Thaler <dthaler@armidalesoftware.com> --------- Signed-off-by: Dave Thaler <dthaler@armidalesoftware.com> Co-authored-by: Dave Thaler <dthaler@armidalesoftware.com>
- Loading branch information
Showing
2 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
0 HEAD | ||
1 GEDC | ||
2 VERS 7.0 | ||
0 @1@ OBJE | ||
1 NOTE Traditional file URI for a local file with an empty authority, per RFC 8089. | ||
1 FILE file:///unix/absolute | ||
2 FORM image/bmp | ||
1 NOTE Local file URI with a Windows drive letter, per RFC 8089. | ||
1 FILE file:///c:/windows/absolute | ||
2 FORM image/bmp | ||
1 NOTE Non-local file URI, per RFC 8089. | ||
1 FILE file://host.example.com/server | ||
2 FORM image/bmp | ||
1 NOTE URI reference for a local file, per RFC 3986. | ||
2 CONT Using media/ as a directory prefix is recommended but not required. | ||
1 FILE a/relative/path | ||
2 FORM image/bmp | ||
1 NOTE URI reference with percent escapes in a path segment, per RFC 3986. | ||
1 FILE most/paths%3Fget%23escaped%5Blike%5Dthis | ||
2 FORM image/bmp | ||
1 NOTE Another URI reference with percent escapes that would be a URI if not escaped, per RFC 3986. | ||
1 FILE https%3a//not.a.url/even-though-similar | ||
2 FORM image/bmp | ||
1 NOTE Web-accessible file with path and fragment components, per RFC 3986. | ||
1 FILE https://host.example.com?with=args#and-frags | ||
2 FORM image/bmp | ||
1 NOTE It is recommended that gedcom.ged and MANIFEST.MF and any URL beginning with META-INF/ not be used, but they're not disallowed. | ||
1 FILE gedcom.ged | ||
2 FORM text/vnd.familysearch.gedcom | ||
1 FILE MANIFEST.MF | ||
2 FORM text/plain | ||
1 FILE META-INF/example | ||
2 FORM text/plain | ||
0 TRLR |