fish-shell/tests/history_sample_fish_1_x
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

13 lines
No EOL
156 B
Text

# 1339519901
ls /
# 1339519903
cd foobar
# 1339519906
function yay\
echo hi\
end
# 1339520882
echo #abc
# 1339520884
#def
echo no trailing newline ignore me