Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions 24 astropy/io/fits/tests/test_header.py
Original file line number Diff line number Diff line change
Expand Up @@ -2636,18 +2636,18 @@ def test_newlines_in_commentary(self):
h.set("HISTORY", "abc\ndef")

test_cards = [
"HISTORY File modified by user 'wilma' with fv on 2013-04-22T21:42:18 "
"HISTORY File modified by user ' fred' with fv on 2013-04-23T11:16:29 "
"HISTORY File modified by user ' fred' with fv on 2013-11-04T16:59:14 "
"HISTORY File modified by user 'wilma' with fv on 2013-04-22T21:42:18\nFile modif"
"HISTORY ied by user 'wilma' with fv on 2013-04-23T11:16:29\nFile modified by use"
"HISTORY r ' fred' with fv on 2013-11-04T16:59:14 "
"HISTORY File modified by user 'wilma' with fv on 2013-04-22T21:42:18\nFile modif"
"HISTORY ied by user 'wilma' with fv on 2013-04-23T11:16:29\nFile modified by use"
"HISTORY r ' fred' with fv on 2013-11-04T16:59:14\nFile modified by user 'wilma' "
"HISTORY with fv on 2013-04-22T21:42:18\nFile modif\nied by user 'wilma' with fv "
"HISTORY on 2013-04-23T11:16:29\nFile modified by use\nr ' fred' with fv on 2013-1"
"HISTORY 1-04T16:59:14 "
"HISTORY File modified by user 'wilma' with fv on 2013-04-22T21:42:18 ",
"HISTORY File modified by user ' fred' with fv on 2013-04-23T11:16:29 ",
"HISTORY File modified by user ' fred' with fv on 2013-11-04T16:59:14 ",
"HISTORY File modified by user 'wilma' with fv on 2013-04-22T21:42:18\nFile modif",
"HISTORY ied by user 'wilma' with fv on 2013-04-23T11:16:29\nFile modified by use",
"HISTORY r ' fred' with fv on 2013-11-04T16:59:14 ",
"HISTORY File modified by user 'wilma' with fv on 2013-04-22T21:42:18\nFile modif",
"HISTORY ied by user 'wilma' with fv on 2013-04-23T11:16:29\nFile modified by use",
"HISTORY r ' fred' with fv on 2013-11-04T16:59:14\nFile modified by user 'wilma' ",
"HISTORY with fv on 2013-04-22T21:42:18\nFile modif\nied by user 'wilma' with fv ",
"HISTORY on 2013-04-23T11:16:29\nFile modified by use\nr ' fred' with fv on 2013-1",
"HISTORY 1-04T16:59:14 ",
]

for card_image in test_cards:
Expand Down
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.