1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-02-21 20:38:44 +00:00

Fix highlight test

This commit is contained in:
Kid 2022-07-04 21:29:37 +00:00 committed by David Peter
parent 839e62cff8
commit d6d8b61131

View File

@ -1,15 +1,11 @@
───────┬──────────────────────────────────────────────────────────────────────── - cmd: echo "hello world"
│ File: fish_history  when: 1656950812
───────┼──────────────────────────────────────────────────────────────────────── - cmd: ls /tmp
 1 │ - cmd: echo "hello world"  when: 1656950818
 2 │  when: 1656950812  paths:
 3 │ - cmd: ls /tmp  - /tmp
 4 │  when: 1656950818 - cmd: cp .local/share/fish/fish_history .
 5 │  paths:  when: 1656950833
 6 │  - /tmp  paths:
 7 │ - cmd: cp .local/share/fish/fish_history .  - .local/share/fish/fish_history
 8 │  when: 1656950833  - .
 9 │  paths:
 10 │  - .local/share/fish/fish_history
 11 │  - .
───────┴────────────────────────────────────────────────────────────────────────