fish-shell/tests/history_sample_fish_2_0
ridiculousfish f85f6a0127 Enforce that history items must end with trailing newlines
This helps prevent seeing partially written items from other sessions,
in preparation to reducing the amount of flocking done.
2021-05-10 14:23:07 -07:00

7 lines
No EOL
195 B
Text

- cmd: echo alpha
when: 1339717374
- cmd: function foo\necho bar\nend
when: 1339717377
- cmd: echo this has\\\nbackslashes
when: 1339717385
- cmd: I should be ignored no trailing newline